Html Css Color HEX #D03760 Cerise

📋 copy color: '#D03760'

red 208 ◦ green 55 ◦ blue 96

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

Shades of Cerise #D03760

Tints of Cerise #D03760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.32%

 BLUE value IS 96 (37.89% from 255) = 26.74%

R = 57.94%
G = 15.32%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D03760 (or 0xD03760) is known color: Cerise. HEX triplet: D0, 37 and 60. RGB value is (208,55,96). Sum of RGB (Red+Green+Blue) = 208+55+96=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D03760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03760 is #2FC89F. Grayscale: #696969. Windows color (decimal): -3131552 or 6305744. OLE color: 6305744.

HSL color Cylindrical-coordinate representation of color #D03760: hue angle of 343.92º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03760 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 55 96 -
CMYK 0 0.74 0.54 0.18
HSL 343.92º 0.62% 0.52% -
HSV(B) 343.92º 0.74% 0.82% -
XYZ 29.49 16.99 12.79 -
YUV 105.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 208 55 96 0 0.74 0.54 0.18 343.92 0.62 0.52
Hex D0 37 60 0 4A 36 12 158 3E 34
Octal 320 67 140 0 112 66 22 530 76 64
Binary 11010000 110111 1100000 0 1001010 110110 10010 101011000 111110 110100

Color Harmonies of #D03760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03760

Black with #D03760

Text Example


Text Example

White with #D03760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03760; }

 p { color: rgb(208,55,96); }

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

background-color css

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

 a { background-color: rgb(208,55,96); }

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

border-color css

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

 span { border-color: rgb(208,55,96); }

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