Html Css Color HEX #D13B9A Deep Cerise

📋 copy color: '#D13B9A'

red 209 ◦ green 59 ◦ blue 154

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

Shades of Deep Cerise #D13B9A

Tints of Deep Cerise #D13B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.49%

R = 49.53%
G = 13.98%
B = 36.49%

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

#D13B9A (or 0xD13B9A) is known color: Deep Cerise. HEX triplet: D1, 3B and 9A. RGB value is (209,59,154). Sum of RGB (Red+Green+Blue) = 209+59+154=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13B9A is #2EC465. Grayscale: #727272. Windows color (decimal): -3064934 or 10107857. OLE color: 10107857.

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

Color convert

RGB 209 59 154 -
CMYK 0 0.72 0.26 0.18
HSL 322º 0.62% 0.53% -
HSV(B) 322º 0.72% 0.82% -
XYZ 33.69 19.02 32.47 -
YUV 114.68 150.2 195.28 -
System Red Green Blue C M Y K H S L
Decimal 209 59 154 0 0.72 0.26 0.18 322 0.62 0.53
Hex D1 3B 9A 0 48 1A 12 142 3E 35
Octal 321 73 232 0 110 32 22 502 76 65
Binary 11010001 111011 10011010 0 1001000 11010 10010 101000010 111110 110101

Color Harmonies of #D13B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13B9A

Black with #D13B9A

Text Example


Text Example

White with #D13B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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