Html Css Color HEX #D02865 Cerise

📋 copy color: '#D02865'

red 208 ◦ green 40 ◦ blue 101

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

Shades of Cerise #D02865

Tints of Cerise #D02865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.46%

 BLUE value IS 101 (39.84% from 255) = 28.94%

R = 59.6%
G = 11.46%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D02865 (or 0xD02865) is known color: Cerise. HEX triplet: D0, 28 and 65. RGB value is (208,40,101). Sum of RGB (Red+Green+Blue) = 208+40+101=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D02865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02865 is #2FD79A. Grayscale: #616161. Windows color (decimal): -3135387 or 6629584. OLE color: 6629584.

HSL color Cylindrical-coordinate representation of color #D02865: hue angle of 338.21º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02865 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 40 101 -
CMYK 0 0.81 0.51 0.18
HSL 338.21º 0.68% 0.49% -
HSV(B) 338.21º 0.81% 0.82% -
XYZ 29.12 15.87 13.84 -
YUV 97.19 130.16 207.04 -
System Red Green Blue C M Y K H S L
Decimal 208 40 101 0 0.81 0.51 0.18 338.21 0.68 0.49
Hex D0 28 65 0 51 33 12 152 44 31
Octal 320 50 145 0 121 63 22 522 104 61
Binary 11010000 101000 1100101 0 1010001 110011 10010 101010010 1000100 110001

Color Harmonies of #D02865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02865

Black with #D02865

Text Example


Text Example

White with #D02865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02865; }

 p { color: rgb(208,40,101); }

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

background-color css

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

 a { background-color: rgb(208,40,101); }

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

border-color css

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

 span { border-color: rgb(208,40,101); }

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