Html Css Color HEX #D03875 Deep Cerise

📋 copy color: '#D03875'

red 208 ◦ green 56 ◦ blue 117

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

Shades of Deep Cerise #D03875

Tints of Deep Cerise #D03875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.7%

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 54.59%
G = 14.7%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D03875 (or 0xD03875) is known color: Deep Cerise. HEX triplet: D0, 38 and 75. RGB value is (208,56,117). Sum of RGB (Red+Green+Blue) = 208+56+117=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D03875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03875 is #2FC78A. Grayscale: #6C6C6C. Windows color (decimal): -3131275 or 7682256. OLE color: 7682256.

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

Color convert

RGB 208 56 117 -
CMYK 0 0.73 0.44 0.18
HSL 335.92º 0.62% 0.52% -
HSV(B) 335.92º 0.73% 0.82% -
XYZ 30.64 17.52 18.6 -
YUV 108.4 132.86 199.04 -
System Red Green Blue C M Y K H S L
Decimal 208 56 117 0 0.73 0.44 0.18 335.92 0.62 0.52
Hex D0 38 75 0 49 2C 12 150 3E 34
Octal 320 70 165 0 111 54 22 520 76 64
Binary 11010000 111000 1110101 0 1001001 101100 10010 101010000 111110 110100

Color Harmonies of #D03875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03875

Black with #D03875

Text Example


Text Example

White with #D03875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03875; }

 p { color: rgb(208,56,117); }

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

background-color css

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

 a { background-color: rgb(208,56,117); }

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

border-color css

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

 span { border-color: rgb(208,56,117); }

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