Html Css Color HEX #D0216E Cerise

📋 copy color: '#D0216E'

red 208 ◦ green 33 ◦ blue 110

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

Shades of Cerise #D0216E

Tints of Cerise #D0216E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.34%

R = 59.26%
G = 9.4%
B = 31.34%

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

#D0216E (or 0xD0216E) is known color: Cerise. HEX triplet: D0, 21 and 6E. RGB value is (208,33,110). Sum of RGB (Red+Green+Blue) = 208+33+110=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0216E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0216E is #2FDE91. Grayscale: #5D5D5D. Windows color (decimal): -3137170 or 7217616. OLE color: 7217616.

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

Color convert

RGB 208 33 110 -
CMYK 0 0.84 0.47 0.18
HSL 333.6º 0.73% 0.47% -
HSV(B) 333.6º 0.84% 0.82% -
XYZ 29.37 15.62 16.22 -
YUV 94.1 136.98 209.24 -
System Red Green Blue C M Y K H S L
Decimal 208 33 110 0 0.84 0.47 0.18 333.6 0.73 0.47
Hex D0 21 6E 0 54 2F 12 14E 49 2F
Octal 320 41 156 0 124 57 22 516 111 57
Binary 11010000 100001 1101110 0 1010100 101111 10010 101001110 1001001 101111

Color Harmonies of #D0216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0216E

Black with #D0216E

Text Example


Text Example

White with #D0216E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0216E; }

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

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

background-color css

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

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

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

border-color css

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

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

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