Html Css Color HEX #DD469A Deep Cerise

📋 copy color: '#DD469A'

red 221 ◦ green 70 ◦ blue 154

#DD469A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #DD469A

Tints of Deep Cerise #DD469A

RGB

 RED value IS 221 (86.72% from 255) = 49.66%

 GREEN value IS 70 (27.73% from 255) = 15.73%

 BLUE value IS 154 (60.55% from 255) = 34.61%

R = 49.66%
G = 15.73%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD469A (or 0xDD469A) is known color: Deep Cerise. HEX triplet: DD, 46 and 9A. RGB value is (221,70,154). Sum of RGB (Red+Green+Blue) = 221+70+154=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD469A is #22B965. Grayscale: #7C7C7C. Windows color (decimal): -2275686 or 10110685. OLE color: 10110685.

HSL color Cylindrical-coordinate representation of color #DD469A: hue angle of 326.62º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD469A is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 70 154 -
CMYK 0 0.68 0.30 0.13
HSL 326.62º 0.69% 0.57% -
HSV(B) 326.62º 0.68% 0.87% -
XYZ 37.84 22.09 32.84 -
YUV 124.73 144.53 196.67 -
System Red Green Blue C M Y K H S L
Decimal 221 70 154 0 0.68 0.30 0.13 326.62 0.69 0.57
Hex DD 46 9A 0 44 1E D 147 45 39
Octal 335 106 232 0 104 36 15 507 105 71
Binary 11011101 1000110 10011010 0 1000100 11110 1101 101000111 1000101 111001

Color Harmonies of #DD469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD469A

Black with #DD469A

Text Example


Text Example

White with #DD469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD469A; }

 p { color: rgb(221,70,154); }

 H1.HeaderClassName
 {
   color: #DD469A;
 }
 .AnyTagClassName
 {
   color: #DD469A;
 }
</style>

background-color css

<style>
 a { background-color: #DD469A; }

 a { background-color: rgb(221,70,154); }

 div.DivClassName
 {
   background-color: #DD469A;
 }
 .BgClassName
 {
   background-color: #DD469A;
 }
</style>

border-color css

<style>
 span { border-color: #DD469A; }

 span { border-color: rgb(221,70,154); }

 td.TdClassName
 {
   border-color: #DD469A;
 }
 .TagClassName
 {
   border-color: #DD469A;
 }
</style>