Html Css Color HEX #D03C8B Deep Cerise

📋 copy color: '#D03C8B'

red 208 ◦ green 60 ◦ blue 139

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

Shades of Deep Cerise #D03C8B

Tints of Deep Cerise #D03C8B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.74%

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 51.11%
G = 14.74%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D03C8B (or 0xD03C8B) is known color: Deep Cerise. HEX triplet: D0, 3C and 8B. RGB value is (208,60,139). Sum of RGB (Red+Green+Blue) = 208+60+139=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03C8B is #2FC374. Grayscale: #717171. Windows color (decimal): -3130229 or 9125072. OLE color: 9125072.

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

Color convert

RGB 208 60 139 -
CMYK 0 0.71 0.33 0.18
HSL 327.97º 0.61% 0.53% -
HSV(B) 327.97º 0.71% 0.82% -
XYZ 32.29 18.51 26.3 -
YUV 113.26 142.53 195.58 -
System Red Green Blue C M Y K H S L
Decimal 208 60 139 0 0.71 0.33 0.18 327.97 0.61 0.53
Hex D0 3C 8B 0 47 21 12 148 3D 35
Octal 320 74 213 0 107 41 22 510 75 65
Binary 11010000 111100 10001011 0 1000111 100001 10010 101001000 111101 110101

Color Harmonies of #D03C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03C8B

Black with #D03C8B

Text Example


Text Example

White with #D03C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03C8B; }

 p { color: rgb(208,60,139); }

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

background-color css

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

 a { background-color: rgb(208,60,139); }

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

border-color css

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

 span { border-color: rgb(208,60,139); }

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