Html Css Color HEX #D13B9B Deep Cerise

📋 copy color: '#D13B9B'

red 209 ◦ green 59 ◦ blue 155

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

Shades of Deep Cerise #D13B9B

Tints of Deep Cerise #D13B9B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.95%

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 49.41%
G = 13.95%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D13B9B (or 0xD13B9B) is known color: Deep Cerise. HEX triplet: D1, 3B and 9B. RGB value is (209,59,155). Sum of RGB (Red+Green+Blue) = 209+59+155=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13B9B is #2EC464. Grayscale: #727272. Windows color (decimal): -3064933 or 10173393. OLE color: 10173393.

HSL color Cylindrical-coordinate representation of color #D13B9B: hue angle of 321.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13B9B is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 59 155 -
CMYK 0 0.72 0.26 0.18
HSL 321.6º 0.62% 0.53% -
HSV(B) 321.6º 0.72% 0.82% -
XYZ 33.77 19.05 32.91 -
YUV 114.79 150.7 195.19 -
System Red Green Blue C M Y K H S L
Decimal 209 59 155 0 0.72 0.26 0.18 321.6 0.62 0.53
Hex D1 3B 9B 0 48 1A 12 142 3E 35
Octal 321 73 233 0 110 32 22 502 76 65
Binary 11010001 111011 10011011 0 1001000 11010 10010 101000010 111110 110101

Color Harmonies of #D13B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13B9B

Black with #D13B9B

Text Example


Text Example

White with #D13B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13B9B; }

 p { color: rgb(209,59,155); }

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

background-color css

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

 a { background-color: rgb(209,59,155); }

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

border-color css

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

 span { border-color: rgb(209,59,155); }

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