Html Css Color HEX #D0216F Cerise

📋 copy color: '#D0216F'

red 208 ◦ green 33 ◦ blue 111

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

Shades of Cerise #D0216F

Tints of Cerise #D0216F

RGB

 RED value IS 208 (81.64% from 255) = 59.09%

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

 BLUE value IS 111 (43.75% from 255) = 31.53%

R = 59.09%
G = 9.38%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0216F (or 0xD0216F) is known color: Cerise. HEX triplet: D0, 21 and 6F. RGB value is (208,33,111). Sum of RGB (Red+Green+Blue) = 208+33+111=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0216F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0216F is #2FDE90. Grayscale: #5E5E5E. Windows color (decimal): -3137169 or 7283152. OLE color: 7283152.

HSL color Cylindrical-coordinate representation of color #D0216F: hue angle of 333.26º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0216F is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 33 111 -
CMYK 0 0.84 0.47 0.18
HSL 333.26º 0.73% 0.47% -
HSV(B) 333.26º 0.84% 0.82% -
XYZ 29.43 15.65 16.51 -
YUV 94.22 137.48 209.16 -
System Red Green Blue C M Y K H S L
Decimal 208 33 111 0 0.84 0.47 0.18 333.26 0.73 0.47
Hex D0 21 6F 0 54 2F 12 14D 49 2F
Octal 320 41 157 0 124 57 22 515 111 57
Binary 11010000 100001 1101111 0 1010100 101111 10010 101001101 1001001 101111

Color Harmonies of #D0216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0216F

Black with #D0216F

Text Example


Text Example

White with #D0216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0216F; }

 p { color: rgb(208,33,111); }

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

background-color css

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

 a { background-color: rgb(208,33,111); }

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

border-color css

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

 span { border-color: rgb(208,33,111); }

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