Html Css Color HEX #D14082 Deep Cerise

📋 copy color: '#D14082'

red 209 ◦ green 64 ◦ blue 130

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

Shades of Deep Cerise #D14082

Tints of Deep Cerise #D14082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.88%

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

R = 51.86%
G = 15.88%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D14082 (or 0xD14082) is known color: Deep Cerise. HEX triplet: D1, 40 and 82. RGB value is (209,64,130). Sum of RGB (Red+Green+Blue) = 209+64+130=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D14082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14082 is #2EBF7D. Grayscale: #727272. Windows color (decimal): -3063678 or 8536273. OLE color: 8536273.

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

Color convert

RGB 209 64 130 -
CMYK 0 0.69 0.38 0.18
HSL 332.69º 0.61% 0.54% -
HSV(B) 332.69º 0.69% 0.82% -
XYZ 32.16 18.83 23.06 -
YUV 114.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 209 64 130 0 0.69 0.38 0.18 332.69 0.61 0.54
Hex D1 40 82 0 45 26 12 14D 3D 36
Octal 321 100 202 0 105 46 22 515 75 66
Binary 11010001 1000000 10000010 0 1000101 100110 10010 101001101 111101 110110

Color Harmonies of #D14082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14082

Black with #D14082

Text Example


Text Example

White with #D14082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14082; }

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

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

background-color css

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

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

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

border-color css

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

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

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