Html Css Color HEX #D13894 Deep Cerise

📋 copy color: '#D13894'

red 209 ◦ green 56 ◦ blue 148

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

Shades of Deep Cerise #D13894

Tints of Deep Cerise #D13894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.84%

R = 50.61%
G = 13.56%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D13894 (or 0xD13894) is known color: Deep Cerise. HEX triplet: D1, 38 and 94. RGB value is (209,56,148). Sum of RGB (Red+Green+Blue) = 209+56+148=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D13894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13894 is #2EC76B. Grayscale: #707070. Windows color (decimal): -3065708 or 9713873. OLE color: 9713873.

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

Color convert

RGB 209 56 148 -
CMYK 0 0.73 0.29 0.18
HSL 323.92º 0.62% 0.52% -
HSV(B) 323.92º 0.73% 0.82% -
XYZ 33.05 18.52 29.85 -
YUV 112.24 148.19 197.02 -
System Red Green Blue C M Y K H S L
Decimal 209 56 148 0 0.73 0.29 0.18 323.92 0.62 0.52
Hex D1 38 94 0 49 1D 12 144 3E 34
Octal 321 70 224 0 111 35 22 504 76 64
Binary 11010001 111000 10010100 0 1001001 11101 10010 101000100 111110 110100

Color Harmonies of #D13894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13894

Black with #D13894

Text Example


Text Example

White with #D13894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13894; }

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

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

background-color css

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

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

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

border-color css

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

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

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