Html Css Color HEX #D13096 Deep Cerise

📋 copy color: '#D13096'

red 209 ◦ green 48 ◦ blue 150

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

Shades of Deep Cerise #D13096

Tints of Deep Cerise #D13096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.79%

 BLUE value IS 150 (58.98% from 255) = 36.86%

R = 51.35%
G = 11.79%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D13096 (or 0xD13096) is known color: Deep Cerise. HEX triplet: D1, 30 and 96. RGB value is (209,48,150). Sum of RGB (Red+Green+Blue) = 209+48+150=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D13096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13096 is #2ECF69. Grayscale: #6B6B6B. Windows color (decimal): -3067754 or 9842897. OLE color: 9842897.

HSL color Cylindrical-coordinate representation of color #D13096: hue angle of 321.99º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13096 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 48 150 -
CMYK 0 0.77 0.28 0.18
HSL 321.99º 0.64% 0.5% -
HSV(B) 321.99º 0.77% 0.82% -
XYZ 32.86 17.87 30.57 -
YUV 107.77 151.84 200.21 -
System Red Green Blue C M Y K H S L
Decimal 209 48 150 0 0.77 0.28 0.18 321.99 0.64 0.5
Hex D1 30 96 0 4D 1C 12 142 40 32
Octal 321 60 226 0 115 34 22 502 100 62
Binary 11010001 110000 10010110 0 1001101 11100 10010 101000010 1000000 110010

Color Harmonies of #D13096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13096

Black with #D13096

Text Example


Text Example

White with #D13096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13096; }

 p { color: rgb(209,48,150); }

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

background-color css

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

 a { background-color: rgb(209,48,150); }

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

border-color css

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

 span { border-color: rgb(209,48,150); }

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