Html Css Color HEX #D03960 Cerise

📋 copy color: '#D03960'

red 208 ◦ green 57 ◦ blue 96

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

Shades of Cerise #D03960

Tints of Cerise #D03960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.79%

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

R = 57.62%
G = 15.79%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D03960 (or 0xD03960) is known color: Cerise. HEX triplet: D0, 39 and 60. RGB value is (208,57,96). Sum of RGB (Red+Green+Blue) = 208+57+96=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D03960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03960 is #2FC69F. Grayscale: #6A6A6A. Windows color (decimal): -3131040 or 6306256. OLE color: 6306256.

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

Color convert

RGB 208 57 96 -
CMYK 0 0.73 0.54 0.18
HSL 344.5º 0.62% 0.52% -
HSV(B) 344.5º 0.73% 0.82% -
XYZ 29.59 17.18 12.82 -
YUV 106.6 122.03 200.33 -
System Red Green Blue C M Y K H S L
Decimal 208 57 96 0 0.73 0.54 0.18 344.5 0.62 0.52
Hex D0 39 60 0 49 36 12 159 3E 34
Octal 320 71 140 0 111 66 22 531 76 64
Binary 11010000 111001 1100000 0 1001001 110110 10010 101011001 111110 110100

Color Harmonies of #D03960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03960

Black with #D03960

Text Example


Text Example

White with #D03960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03960; }

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

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

background-color css

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

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

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

border-color css

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

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

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