Html Css Color HEX #D03358 Cerise

📋 copy color: '#D03358'

red 208 ◦ green 51 ◦ blue 88

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

Shades of Cerise #D03358

Tints of Cerise #D03358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.36%

R = 59.94%
G = 14.7%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D03358 (or 0xD03358) is known color: Cerise. HEX triplet: D0, 33 and 58. RGB value is (208,51,88). Sum of RGB (Red+Green+Blue) = 208+51+88=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D03358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03358 is #2FCCA7. Grayscale: #666666. Windows color (decimal): -3132584 or 5780432. OLE color: 5780432.

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

Color convert

RGB 208 51 88 -
CMYK 0 0.75 0.58 0.18
HSL 345.86º 0.63% 0.51% -
HSV(B) 345.86º 0.75% 0.82% -
XYZ 28.96 16.48 10.89 -
YUV 102.16 120.01 203.49 -
System Red Green Blue C M Y K H S L
Decimal 208 51 88 0 0.75 0.58 0.18 345.86 0.63 0.51
Hex D0 33 58 0 4B 3A 12 15A 3F 33
Octal 320 63 130 0 113 72 22 532 77 63
Binary 11010000 110011 1011000 0 1001011 111010 10010 101011010 111111 110011

Color Harmonies of #D03358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03358

Black with #D03358

Text Example


Text Example

White with #D03358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03358; }

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

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

background-color css

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

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

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

border-color css

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

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

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