Html Css Color HEX #D13082 Deep Cerise

📋 copy color: '#D13082'

red 209 ◦ green 48 ◦ blue 130

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

Shades of Deep Cerise #D13082

Tints of Deep Cerise #D13082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.4%

 BLUE value IS 130 (51.17% from 255) = 33.59%

R = 54.01%
G = 12.4%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D13082 (or 0xD13082) is known color: Deep Cerise. HEX triplet: D1, 30 and 82. RGB value is (209,48,130). Sum of RGB (Red+Green+Blue) = 209+48+130=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D13082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13082 is #2ECF7D. Grayscale: #696969. Windows color (decimal): -3067774 or 8532177. OLE color: 8532177.

HSL color Cylindrical-coordinate representation of color #D13082: hue angle of 329.44º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13082 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 48 130 -
CMYK 0 0.77 0.38 0.18
HSL 329.44º 0.64% 0.5% -
HSV(B) 329.44º 0.77% 0.82% -
XYZ 31.38 17.28 22.8 -
YUV 105.49 141.84 201.83 -
System Red Green Blue C M Y K H S L
Decimal 209 48 130 0 0.77 0.38 0.18 329.44 0.64 0.5
Hex D1 30 82 0 4D 26 12 149 40 32
Octal 321 60 202 0 115 46 22 511 100 62
Binary 11010001 110000 10000010 0 1001101 100110 10010 101001001 1000000 110010

Color Harmonies of #D13082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13082

Black with #D13082

Text Example


Text Example

White with #D13082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13082; }

 p { color: rgb(209,48,130); }

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

background-color css

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

 a { background-color: rgb(209,48,130); }

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

border-color css

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

 span { border-color: rgb(209,48,130); }

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