Html Css Color HEX #D03365 Cerise

📋 copy color: '#D03365'

red 208 ◦ green 51 ◦ blue 101

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

Shades of Cerise #D03365

Tints of Cerise #D03365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.17%

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

R = 57.78%
G = 14.17%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D03365 (or 0xD03365) is known color: Cerise. HEX triplet: D0, 33 and 65. RGB value is (208,51,101). Sum of RGB (Red+Green+Blue) = 208+51+101=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D03365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03365 is #2FCC9A. Grayscale: #676767. Windows color (decimal): -3132571 or 6632400. OLE color: 6632400.

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

Color convert

RGB 208 51 101 -
CMYK 0 0.75 0.51 0.18
HSL 340.89º 0.63% 0.51% -
HSV(B) 340.89º 0.75% 0.82% -
XYZ 29.55 16.72 13.98 -
YUV 103.64 126.51 202.43 -
System Red Green Blue C M Y K H S L
Decimal 208 51 101 0 0.75 0.51 0.18 340.89 0.63 0.51
Hex D0 33 65 0 4B 33 12 155 3F 33
Octal 320 63 145 0 113 63 22 525 77 63
Binary 11010000 110011 1100101 0 1001011 110011 10010 101010101 111111 110011

Color Harmonies of #D03365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03365

Black with #D03365

Text Example


Text Example

White with #D03365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03365; }

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

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

background-color css

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

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

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

border-color css

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

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

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