Html Css Color HEX #D13A8B Deep Cerise

📋 copy color: '#D13A8B'

red 209 ◦ green 58 ◦ blue 139

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

Shades of Deep Cerise #D13A8B

Tints of Deep Cerise #D13A8B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.29%

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

R = 51.48%
G = 14.29%
B = 34.24%

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

#D13A8B (or 0xD13A8B) is known color: Deep Cerise. HEX triplet: D1, 3A and 8B. RGB value is (209,58,139). Sum of RGB (Red+Green+Blue) = 209+58+139=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13A8B is #2EC574. Grayscale: #707070. Windows color (decimal): -3065205 or 9124561. OLE color: 9124561.

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

Color convert

RGB 209 58 139 -
CMYK 0 0.72 0.33 0.18
HSL 327.81º 0.62% 0.52% -
HSV(B) 327.81º 0.72% 0.82% -
XYZ 32.47 18.45 26.28 -
YUV 112.38 143.03 196.91 -
System Red Green Blue C M Y K H S L
Decimal 209 58 139 0 0.72 0.33 0.18 327.81 0.62 0.52
Hex D1 3A 8B 0 48 21 12 148 3E 34
Octal 321 72 213 0 110 41 22 510 76 64
Binary 11010001 111010 10001011 0 1001000 100001 10010 101001000 111110 110100

Color Harmonies of #D13A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A8B

Black with #D13A8B

Text Example


Text Example

White with #D13A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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