Html Css Color HEX #D0216C Cerise

📋 copy color: '#D0216C'

red 208 ◦ green 33 ◦ blue 108

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

Shades of Cerise #D0216C

Tints of Cerise #D0216C

RGB

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

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

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

R = 59.6%
G = 9.46%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0216C (or 0xD0216C) is known color: Cerise. HEX triplet: D0, 21 and 6C. RGB value is (208,33,108). Sum of RGB (Red+Green+Blue) = 208+33+108=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D0216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0216C is #2FDE93. Grayscale: #5D5D5D. Windows color (decimal): -3137172 or 7086544. OLE color: 7086544.

HSL color Cylindrical-coordinate representation of color #D0216C: hue angle of 334.29º 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 #D0216C is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 33 108 -
CMYK 0 0.84 0.48 0.18
HSL 334.29º 0.73% 0.47% -
HSV(B) 334.29º 0.84% 0.82% -
XYZ 29.26 15.58 15.65 -
YUV 93.88 135.98 209.4 -
System Red Green Blue C M Y K H S L
Decimal 208 33 108 0 0.84 0.48 0.18 334.29 0.73 0.47
Hex D0 21 6C 0 54 30 12 14E 49 2F
Octal 320 41 154 0 124 60 22 516 111 57
Binary 11010000 100001 1101100 0 1010100 110000 10010 101001110 1001001 101111

Color Harmonies of #D0216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0216C

Black with #D0216C

Text Example


Text Example

White with #D0216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0216C; }

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

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

background-color css

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

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

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

border-color css

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

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

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