Html Css Color HEX #D03D6E Cerise

📋 copy color: '#D03D6E'

red 208 ◦ green 61 ◦ blue 110

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

Shades of Cerise #D03D6E

Tints of Cerise #D03D6E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.09%

 BLUE value IS 110 (43.36% from 255) = 29.02%

R = 54.88%
G = 16.09%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D03D6E (or 0xD03D6E) is known color: Cerise. HEX triplet: D0, 3D and 6E. RGB value is (208,61,110). Sum of RGB (Red+Green+Blue) = 208+61+110=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03D6E is #2FC291. Grayscale: #6E6E6E. Windows color (decimal): -3130002 or 7224784. OLE color: 7224784.

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

Color convert

RGB 208 61 110 -
CMYK 0 0.71 0.47 0.18
HSL 340º 0.61% 0.53% -
HSV(B) 340º 0.71% 0.82% -
XYZ 30.5 17.87 16.59 -
YUV 110.54 127.7 197.52 -
System Red Green Blue C M Y K H S L
Decimal 208 61 110 0 0.71 0.47 0.18 340 0.61 0.53
Hex D0 3D 6E 0 47 2F 12 154 3D 35
Octal 320 75 156 0 107 57 22 524 75 65
Binary 11010000 111101 1101110 0 1000111 101111 10010 101010100 111101 110101

Color Harmonies of #D03D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03D6E

Black with #D03D6E

Text Example


Text Example

White with #D03D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03D6E; }

 p { color: rgb(208,61,110); }

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

background-color css

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

 a { background-color: rgb(208,61,110); }

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

border-color css

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

 span { border-color: rgb(208,61,110); }

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