Html Css Color HEX #D13A78 Deep Cerise

📋 copy color: '#D13A78'

red 209 ◦ green 58 ◦ blue 120

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

Shades of Deep Cerise #D13A78

Tints of Deep Cerise #D13A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.01%

R = 54.01%
G = 14.99%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D13A78 (or 0xD13A78) is known color: Deep Cerise. HEX triplet: D1, 3A and 78. RGB value is (209,58,120). Sum of RGB (Red+Green+Blue) = 209+58+120=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A78 is #2EC587. Grayscale: #6E6E6E. Windows color (decimal): -3065224 or 7879377. OLE color: 7879377.

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

Color convert

RGB 209 58 120 -
CMYK 0 0.72 0.43 0.18
HSL 335.36º 0.62% 0.52% -
HSV(B) 335.36º 0.72% 0.82% -
XYZ 31.2 17.94 19.59 -
YUV 110.22 133.53 198.46 -
System Red Green Blue C M Y K H S L
Decimal 209 58 120 0 0.72 0.43 0.18 335.36 0.62 0.52
Hex D1 3A 78 0 48 2B 12 14F 3E 34
Octal 321 72 170 0 110 53 22 517 76 64
Binary 11010001 111010 1111000 0 1001000 101011 10010 101001111 111110 110100

Color Harmonies of #D13A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A78

Black with #D13A78

Text Example


Text Example

White with #D13A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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