Html Css Color HEX #D13B8B Deep Cerise

📋 copy color: '#D13B8B'

red 209 ◦ green 59 ◦ blue 139

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

Shades of Deep Cerise #D13B8B

Tints of Deep Cerise #D13B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 51.35%
G = 14.5%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D13B8B (or 0xD13B8B) is known color: Deep Cerise. HEX triplet: D1, 3B and 8B. RGB value is (209,59,139). Sum of RGB (Red+Green+Blue) = 209+59+139=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13B8B is #2EC474. Grayscale: #707070. Windows color (decimal): -3064949 or 9124817. OLE color: 9124817.

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

Color convert

RGB 209 59 139 -
CMYK 0 0.72 0.33 0.18
HSL 328º 0.62% 0.53% -
HSV(B) 328º 0.72% 0.82% -
XYZ 32.52 18.55 26.29 -
YUV 112.97 142.7 196.5 -
System Red Green Blue C M Y K H S L
Decimal 209 59 139 0 0.72 0.33 0.18 328 0.62 0.53
Hex D1 3B 8B 0 48 21 12 148 3E 35
Octal 321 73 213 0 110 41 22 510 76 65
Binary 11010001 111011 10001011 0 1001000 100001 10010 101001000 111110 110101

Color Harmonies of #D13B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13B8B

Black with #D13B8B

Text Example


Text Example

White with #D13B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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