Html Css Color HEX #D02265 Cerise

📋 copy color: '#D02265'

red 208 ◦ green 34 ◦ blue 101

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

Shades of Cerise #D02265

Tints of Cerise #D02265

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.91%

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

R = 60.64%
G = 9.91%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D02265 (or 0xD02265) is known color: Cerise. HEX triplet: D0, 22 and 65. RGB value is (208,34,101). Sum of RGB (Red+Green+Blue) = 208+34+101=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D02265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02265 is #2FDD9A. Grayscale: #5D5D5D. Windows color (decimal): -3136923 or 6628048. OLE color: 6628048.

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

Color convert

RGB 208 34 101 -
CMYK 0 0.84 0.51 0.18
HSL 336.9º 0.72% 0.47% -
HSV(B) 336.9º 0.84% 0.82% -
XYZ 28.93 15.49 13.78 -
YUV 93.66 132.15 209.55 -
System Red Green Blue C M Y K H S L
Decimal 208 34 101 0 0.84 0.51 0.18 336.9 0.72 0.47
Hex D0 22 65 0 54 33 12 151 48 2F
Octal 320 42 145 0 124 63 22 521 110 57
Binary 11010000 100010 1100101 0 1010100 110011 10010 101010001 1001000 101111

Color Harmonies of #D02265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02265

Black with #D02265

Text Example


Text Example

White with #D02265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02265; }

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

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

background-color css

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

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

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

border-color css

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

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

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