Html Css Color HEX #D02164 Cerise

📋 copy color: '#D02164'

red 208 ◦ green 33 ◦ blue 100

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

Shades of Cerise #D02164

Tints of Cerise #D02164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 61%
G = 9.68%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D02164 (or 0xD02164) is known color: Cerise. HEX triplet: D0, 21 and 64. RGB value is (208,33,100). Sum of RGB (Red+Green+Blue) = 208+33+100=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D02164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02164 is #2FDE9B. Grayscale: #5C5C5C. Windows color (decimal): -3137180 or 6562256. OLE color: 6562256.

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

Color convert

RGB 208 33 100 -
CMYK 0 0.84 0.52 0.18
HSL 337.03º 0.73% 0.47% -
HSV(B) 337.03º 0.84% 0.82% -
XYZ 28.86 15.42 13.51 -
YUV 92.96 131.98 210.05 -
System Red Green Blue C M Y K H S L
Decimal 208 33 100 0 0.84 0.52 0.18 337.03 0.73 0.47
Hex D0 21 64 0 54 34 12 151 49 2F
Octal 320 41 144 0 124 64 22 521 111 57
Binary 11010000 100001 1100100 0 1010100 110100 10010 101010001 1001001 101111

Color Harmonies of #D02164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02164

Black with #D02164

Text Example


Text Example

White with #D02164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02164; }

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

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

background-color css

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

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

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

border-color css

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

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

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