Html Css Color HEX #D03361 Cerise

📋 copy color: '#D03361'

red 208 ◦ green 51 ◦ blue 97

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

Shades of Cerise #D03361

Tints of Cerise #D03361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.25%

R = 58.43%
G = 14.33%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D03361 (or 0xD03361) is known color: Cerise. HEX triplet: D0, 33 and 61. RGB value is (208,51,97). Sum of RGB (Red+Green+Blue) = 208+51+97=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D03361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03361 is #2FCC9E. Grayscale: #676767. Windows color (decimal): -3132575 or 6370256. OLE color: 6370256.

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

Color convert

RGB 208 51 97 -
CMYK 0 0.75 0.53 0.18
HSL 342.42º 0.63% 0.51% -
HSV(B) 342.42º 0.75% 0.82% -
XYZ 29.35 16.64 12.97 -
YUV 103.19 124.51 202.76 -
System Red Green Blue C M Y K H S L
Decimal 208 51 97 0 0.75 0.53 0.18 342.42 0.63 0.51
Hex D0 33 61 0 4B 35 12 156 3F 33
Octal 320 63 141 0 113 65 22 526 77 63
Binary 11010000 110011 1100001 0 1001011 110101 10010 101010110 111111 110011

Color Harmonies of #D03361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03361

Black with #D03361

Text Example


Text Example

White with #D03361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03361; }

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

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

background-color css

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

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

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

border-color css

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

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

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