Html Css Color HEX #D03F5E Cerise

📋 copy color: '#D03F5E'

red 208 ◦ green 63 ◦ blue 94

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

Shades of Cerise #D03F5E

Tints of Cerise #D03F5E

RGB

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

 GREEN value IS 63 (25% from 255) = 17.26%

 BLUE value IS 94 (37.11% from 255) = 25.75%

R = 56.99%
G = 17.26%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D03F5E (or 0xD03F5E) is known color: Cerise. HEX triplet: D0, 3F and 5E. RGB value is (208,63,94). Sum of RGB (Red+Green+Blue) = 208+63+94=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03F5E is #2FC0A1. Grayscale: #6D6D6D. Windows color (decimal): -3129506 or 6176720. OLE color: 6176720.

HSL color Cylindrical-coordinate representation of color #D03F5E: hue angle of 347.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03F5E is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 63 94 -
CMYK 0 0.70 0.55 0.18
HSL 347.17º 0.61% 0.53% -
HSV(B) 347.17º 0.7% 0.82% -
XYZ 29.81 17.77 12.45 -
YUV 109.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 208 63 94 0 0.70 0.55 0.18 347.17 0.61 0.53
Hex D0 3F 5E 0 46 37 12 15B 3D 35
Octal 320 77 136 0 106 67 22 533 75 65
Binary 11010000 111111 1011110 0 1000110 110111 10010 101011011 111101 110101

Color Harmonies of #D03F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F5E

Black with #D03F5E

Text Example


Text Example

White with #D03F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F5E; }

 p { color: rgb(208,63,94); }

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

background-color css

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

 a { background-color: rgb(208,63,94); }

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

border-color css

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

 span { border-color: rgb(208,63,94); }

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