Html Css Color HEX #D03261 Cerise

📋 copy color: '#D03261'

red 208 ◦ green 50 ◦ blue 97

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

Shades of Cerise #D03261

Tints of Cerise #D03261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.08%

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

R = 58.59%
G = 14.08%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D03261 (or 0xD03261) is known color: Cerise. HEX triplet: D0, 32 and 61. RGB value is (208,50,97). Sum of RGB (Red+Green+Blue) = 208+50+97=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D03261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03261 is #2FCD9E. Grayscale: #666666. Windows color (decimal): -3132831 or 6370000. OLE color: 6370000.

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

Color convert

RGB 208 50 97 -
CMYK 0 0.76 0.53 0.18
HSL 342.15º 0.63% 0.51% -
HSV(B) 342.15º 0.76% 0.82% -
XYZ 29.31 16.55 12.96 -
YUV 102.6 124.85 203.18 -
System Red Green Blue C M Y K H S L
Decimal 208 50 97 0 0.76 0.53 0.18 342.15 0.63 0.51
Hex D0 32 61 0 4C 35 12 156 3F 33
Octal 320 62 141 0 114 65 22 526 77 63
Binary 11010000 110010 1100001 0 1001100 110101 10010 101010110 111111 110011

Color Harmonies of #D03261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03261

Black with #D03261

Text Example


Text Example

White with #D03261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03261; }

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

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

background-color css

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

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

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

border-color css

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

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

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