Html Css Color HEX #D13380 Deep Cerise

📋 copy color: '#D13380'

red 209 ◦ green 51 ◦ blue 128

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

Shades of Deep Cerise #D13380

Tints of Deep Cerise #D13380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.14%

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 53.87%
G = 13.14%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D13380 (or 0xD13380) is known color: Deep Cerise. HEX triplet: D1, 33 and 80. RGB value is (209,51,128). Sum of RGB (Red+Green+Blue) = 209+51+128=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D13380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13380 is #2ECC7F. Grayscale: #6A6A6A. Windows color (decimal): -3067008 or 8401873. OLE color: 8401873.

HSL color Cylindrical-coordinate representation of color #D13380: hue angle of 330.76º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13380 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 51 128 -
CMYK 0 0.76 0.39 0.18
HSL 330.76º 0.63% 0.51% -
HSV(B) 330.76º 0.76% 0.82% -
XYZ 31.37 17.48 22.14 -
YUV 107.02 139.85 200.74 -
System Red Green Blue C M Y K H S L
Decimal 209 51 128 0 0.76 0.39 0.18 330.76 0.63 0.51
Hex D1 33 80 0 4C 27 12 14B 3F 33
Octal 321 63 200 0 114 47 22 513 77 63
Binary 11010001 110011 10000000 0 1001100 100111 10010 101001011 111111 110011

Color Harmonies of #D13380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13380

Black with #D13380

Text Example


Text Example

White with #D13380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13380; }

 p { color: rgb(209,51,128); }

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

background-color css

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

 a { background-color: rgb(209,51,128); }

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

border-color css

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

 span { border-color: rgb(209,51,128); }

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