Html Css Color HEX #DD2D6C Cerise

📋 copy color: '#DD2D6C'

red 221 ◦ green 45 ◦ blue 108

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

Shades of Cerise #DD2D6C

Tints of Cerise #DD2D6C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.03%

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

R = 59.09%
G = 12.03%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD2D6C (or 0xDD2D6C) is known color: Cerise. HEX triplet: DD, 2D and 6C. RGB value is (221,45,108). Sum of RGB (Red+Green+Blue) = 221+45+108=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2D6C is #22D293. Grayscale: #686868. Windows color (decimal): -2282132 or 7089629. OLE color: 7089629.

HSL color Cylindrical-coordinate representation of color #DD2D6C: hue angle of 338.52º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D6C is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 45 108 -
CMYK 0 0.80 0.51 0.13
HSL 338.52º 0.72% 0.52% -
HSV(B) 338.52º 0.8% 0.87% -
XYZ 33.46 18.33 15.96 -
YUV 104.81 129.81 210.88 -
System Red Green Blue C M Y K H S L
Decimal 221 45 108 0 0.80 0.51 0.13 338.52 0.72 0.52
Hex DD 2D 6C 0 50 33 D 153 48 34
Octal 335 55 154 0 120 63 15 523 110 64
Binary 11011101 101101 1101100 0 1010000 110011 1101 101010011 1001000 110100

Color Harmonies of #DD2D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D6C

Black with #DD2D6C

Text Example


Text Example

White with #DD2D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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