Html Css Color HEX #D13682 Deep Cerise

📋 copy color: '#D13682'

red 209 ◦ green 54 ◦ blue 130

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

Shades of Deep Cerise #D13682

Tints of Deep Cerise #D13682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.74%

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

R = 53.18%
G = 13.74%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D13682 (or 0xD13682) is known color: Deep Cerise. HEX triplet: D1, 36 and 82. RGB value is (209,54,130). Sum of RGB (Red+Green+Blue) = 209+54+130=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D13682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13682 is #2EC97D. Grayscale: #6C6C6C. Windows color (decimal): -3066238 or 8533713. OLE color: 8533713.

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

Color convert

RGB 209 54 130 -
CMYK 0 0.74 0.38 0.18
HSL 330.58º 0.63% 0.52% -
HSV(B) 330.58º 0.74% 0.82% -
XYZ 31.64 17.81 22.89 -
YUV 109.01 139.85 199.32 -
System Red Green Blue C M Y K H S L
Decimal 209 54 130 0 0.74 0.38 0.18 330.58 0.63 0.52
Hex D1 36 82 0 4A 26 12 14B 3F 34
Octal 321 66 202 0 112 46 22 513 77 64
Binary 11010001 110110 10000010 0 1001010 100110 10010 101001011 111111 110100

Color Harmonies of #D13682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13682

Black with #D13682

Text Example


Text Example

White with #D13682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13682; }

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

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

background-color css

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

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

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

border-color css

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

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

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