Html Css Color HEX #DF216A Cerise

📋 copy color: '#DF216A'

red 223 ◦ green 33 ◦ blue 106

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

Shades of Cerise #DF216A

Tints of Cerise #DF216A

RGB

 RED value IS 223 (87.5% from 255) = 61.6%

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

 BLUE value IS 106 (41.8% from 255) = 29.28%

R = 61.6%
G = 9.12%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF216A (or 0xDF216A) is known color: Cerise. HEX triplet: DF, 21 and 6A. RGB value is (223,33,106). Sum of RGB (Red+Green+Blue) = 223+33+106=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF216A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF216A is #20DE95. Grayscale: #626262. Windows color (decimal): -2154134 or 6955487. OLE color: 6955487.

HSL color Cylindrical-coordinate representation of color #DF216A: hue angle of 336.95º degrees, saturation: 0.75, 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 #DF216A is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 33 106 -
CMYK 0 0.85 0.52 0.13
HSL 336.95º 0.75% 0.5% -
HSV(B) 336.95º 0.85% 0.87% -
XYZ 33.58 17.82 15.3 -
YUV 98.13 132.45 217.06 -
System Red Green Blue C M Y K H S L
Decimal 223 33 106 0 0.85 0.52 0.13 336.95 0.75 0.5
Hex DF 21 6A 0 55 34 D 151 4B 32
Octal 337 41 152 0 125 64 15 521 113 62
Binary 11011111 100001 1101010 0 1010101 110100 1101 101010001 1001011 110010

Color Harmonies of #DF216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF216A

Black with #DF216A

Text Example


Text Example

White with #DF216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF216A; }

 p { color: rgb(223,33,106); }

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

background-color css

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

 a { background-color: rgb(223,33,106); }

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

border-color css

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

 span { border-color: rgb(223,33,106); }

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