Html Css Color HEX #D02565 Cerise

📋 copy color: '#D02565'

red 208 ◦ green 37 ◦ blue 101

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

Shades of Cerise #D02565

Tints of Cerise #D02565

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.69%

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

R = 60.12%
G = 10.69%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D02565 (or 0xD02565) is known color: Cerise. HEX triplet: D0, 25 and 65. RGB value is (208,37,101). Sum of RGB (Red+Green+Blue) = 208+37+101=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D02565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02565 is #2FDA9A. Grayscale: #5F5F5F. Windows color (decimal): -3136155 or 6628816. OLE color: 6628816.

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

Color convert

RGB 208 37 101 -
CMYK 0 0.82 0.51 0.18
HSL 337.54º 0.7% 0.48% -
HSV(B) 337.54º 0.82% 0.82% -
XYZ 29.02 15.67 13.81 -
YUV 95.43 131.15 208.3 -
System Red Green Blue C M Y K H S L
Decimal 208 37 101 0 0.82 0.51 0.18 337.54 0.7 0.48
Hex D0 25 65 0 52 33 12 152 46 30
Octal 320 45 145 0 122 63 22 522 106 60
Binary 11010000 100101 1100101 0 1010010 110011 10010 101010010 1000110 110000

Color Harmonies of #D02565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02565

Black with #D02565

Text Example


Text Example

White with #D02565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02565; }

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

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

background-color css

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

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

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

border-color css

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

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

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