Html Css Color HEX #D03973 Cerise

📋 copy color: '#D03973'

red 208 ◦ green 57 ◦ blue 115

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

Shades of Cerise #D03973

Tints of Cerise #D03973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.26%

R = 54.74%
G = 15%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D03973 (or 0xD03973) is known color: Cerise. HEX triplet: D0, 39 and 73. RGB value is (208,57,115). Sum of RGB (Red+Green+Blue) = 208+57+115=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D03973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03973 is #2FC68C. Grayscale: #6C6C6C. Windows color (decimal): -3131021 or 7551440. OLE color: 7551440.

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

Color convert

RGB 208 57 115 -
CMYK 0 0.73 0.45 0.18
HSL 336.95º 0.62% 0.52% -
HSV(B) 336.95º 0.73% 0.82% -
XYZ 30.57 17.57 18 -
YUV 108.76 131.53 198.78 -
System Red Green Blue C M Y K H S L
Decimal 208 57 115 0 0.73 0.45 0.18 336.95 0.62 0.52
Hex D0 39 73 0 49 2D 12 151 3E 34
Octal 320 71 163 0 111 55 22 521 76 64
Binary 11010000 111001 1110011 0 1001001 101101 10010 101010001 111110 110100

Color Harmonies of #D03973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03973

Black with #D03973

Text Example


Text Example

White with #D03973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03973; }

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

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

background-color css

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

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

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

border-color css

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

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

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