Html Css Color HEX #D13AA0 Deep Cerise

📋 copy color: '#D13AA0'

red 209 ◦ green 58 ◦ blue 160

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

Shades of Deep Cerise #D13AA0

Tints of Deep Cerise #D13AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.47%

R = 48.95%
G = 13.58%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D13AA0 (or 0xD13AA0) is known color: Deep Cerise. HEX triplet: D1, 3A and A0. RGB value is (209,58,160). Sum of RGB (Red+Green+Blue) = 209+58+160=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D13AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13AA0 is #2EC55F. Grayscale: #727272. Windows color (decimal): -3065184 or 10500817. OLE color: 10500817.

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

Color convert

RGB 209 58 160 -
CMYK 0 0.72 0.23 0.18
HSL 319.47º 0.62% 0.52% -
HSV(B) 319.47º 0.72% 0.82% -
XYZ 34.15 19.12 35.15 -
YUV 114.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 209 58 160 0 0.72 0.23 0.18 319.47 0.62 0.52
Hex D1 3A A0 0 48 17 12 13F 3E 34
Octal 321 72 240 0 110 27 22 477 76 64
Binary 11010001 111010 10100000 0 1001000 10111 10010 100111111 111110 110100

Color Harmonies of #D13AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13AA0

Black with #D13AA0

Text Example


Text Example

White with #D13AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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