Html Css Color HEX #DD406E Cerise

📋 copy color: '#DD406E'

red 221 ◦ green 64 ◦ blue 110

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

Shades of Cerise #DD406E

Tints of Cerise #DD406E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.2%

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 55.95%
G = 16.2%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD406E (or 0xDD406E) is known color: Cerise. HEX triplet: DD, 40 and 6E. RGB value is (221,64,110). Sum of RGB (Red+Green+Blue) = 221+64+110=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD406E is #22BF91. Grayscale: #747474. Windows color (decimal): -2277266 or 7225565. OLE color: 7225565.

HSL color Cylindrical-coordinate representation of color #DD406E: hue angle of 342.42º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD406E is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 64 110 -
CMYK 0 0.71 0.50 0.13
HSL 342.42º 0.7% 0.56% -
HSV(B) 342.42º 0.71% 0.87% -
XYZ 34.47 20.16 16.83 -
YUV 116.19 124.51 202.76 -
System Red Green Blue C M Y K H S L
Decimal 221 64 110 0 0.71 0.50 0.13 342.42 0.7 0.56
Hex DD 40 6E 0 47 32 D 156 46 38
Octal 335 100 156 0 107 62 15 526 106 70
Binary 11011101 1000000 1101110 0 1000111 110010 1101 101010110 1000110 111000

Color Harmonies of #DD406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD406E

Black with #DD406E

Text Example


Text Example

White with #DD406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD406E; }

 p { color: rgb(221,64,110); }

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

background-color css

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

 a { background-color: rgb(221,64,110); }

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

border-color css

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

 span { border-color: rgb(221,64,110); }

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