Html Css Color HEX #DD216C Cerise

📋 copy color: '#DD216C'

red 221 ◦ green 33 ◦ blue 108

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

Shades of Cerise #DD216C

Tints of Cerise #DD216C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.12%

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

R = 61.05%
G = 9.12%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD216C (or 0xDD216C) is known color: Cerise. HEX triplet: DD, 21 and 6C. RGB value is (221,33,108). Sum of RGB (Red+Green+Blue) = 221+33+108=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD216C is #22DE93. Grayscale: #616161. Windows color (decimal): -2285204 or 7086557. OLE color: 7086557.

HSL color Cylindrical-coordinate representation of color #DD216C: hue angle of 336.06º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD216C is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 33 108 -
CMYK 0 0.85 0.51 0.13
HSL 336.06º 0.74% 0.5% -
HSV(B) 336.06º 0.85% 0.87% -
XYZ 33.07 17.54 15.83 -
YUV 97.76 133.78 215.9 -
System Red Green Blue C M Y K H S L
Decimal 221 33 108 0 0.85 0.51 0.13 336.06 0.74 0.5
Hex DD 21 6C 0 55 33 D 150 4A 32
Octal 335 41 154 0 125 63 15 520 112 62
Binary 11011101 100001 1101100 0 1010101 110011 1101 101010000 1001010 110010

Color Harmonies of #DD216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD216C

Black with #DD216C

Text Example


Text Example

White with #DD216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD216C; }

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

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

background-color css

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

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

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

border-color css

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

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

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