Html Css Color HEX #D13875 Deep Cerise

📋 copy color: '#D13875'

red 209 ◦ green 56 ◦ blue 117

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

Shades of Deep Cerise #D13875

Tints of Deep Cerise #D13875

RGB

 RED value IS 209 (82.03% from 255) = 54.71%

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

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

R = 54.71%
G = 14.66%
B = 30.63%

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

#D13875 (or 0xD13875) is known color: Deep Cerise. HEX triplet: D1, 38 and 75. RGB value is (209,56,117). Sum of RGB (Red+Green+Blue) = 209+56+117=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D13875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13875 is #2EC78A. Grayscale: #6C6C6C. Windows color (decimal): -3065739 or 7682257. OLE color: 7682257.

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

Color convert

RGB 209 56 117 -
CMYK 0 0.73 0.44 0.18
HSL 336.08º 0.62% 0.52% -
HSV(B) 336.08º 0.73% 0.82% -
XYZ 30.92 17.67 18.61 -
YUV 108.7 132.69 199.54 -
System Red Green Blue C M Y K H S L
Decimal 209 56 117 0 0.73 0.44 0.18 336.08 0.62 0.52
Hex D1 38 75 0 49 2C 12 150 3E 34
Octal 321 70 165 0 111 54 22 520 76 64
Binary 11010001 111000 1110101 0 1001001 101100 10010 101010000 111110 110100

Color Harmonies of #D13875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13875

Black with #D13875

Text Example


Text Example

White with #D13875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13875; }

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

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

background-color css

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

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

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

border-color css

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

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

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