Html Css Color HEX #DD406C Cerise

📋 copy color: '#DD406C'

red 221 ◦ green 64 ◦ blue 108

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

Shades of Cerise #DD406C

Tints of Cerise #DD406C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.48%

R = 56.23%
G = 16.28%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD406C (or 0xDD406C) is known color: Cerise. HEX triplet: DD, 40 and 6C. RGB value is (221,64,108). Sum of RGB (Red+Green+Blue) = 221+64+108=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD406C is #22BF93. Grayscale: #737373. Windows color (decimal): -2277268 or 7094493. OLE color: 7094493.

HSL color Cylindrical-coordinate representation of color #DD406C: hue angle of 343.18º 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 #DD406C is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 64 108 -
CMYK 0 0.71 0.51 0.13
HSL 343.18º 0.7% 0.56% -
HSV(B) 343.18º 0.71% 0.87% -
XYZ 34.36 20.12 16.26 -
YUV 115.96 123.51 202.92 -
System Red Green Blue C M Y K H S L
Decimal 221 64 108 0 0.71 0.51 0.13 343.18 0.7 0.56
Hex DD 40 6C 0 47 33 D 157 46 38
Octal 335 100 154 0 107 63 15 527 106 70
Binary 11011101 1000000 1101100 0 1000111 110011 1101 101010111 1000110 111000

Color Harmonies of #DD406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD406C

Black with #DD406C

Text Example


Text Example

White with #DD406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD406C; }

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

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

background-color css

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

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

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

border-color css

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

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

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