Html Css Color HEX #D14182 Deep Cerise

📋 copy color: '#D14182'

red 209 ◦ green 65 ◦ blue 130

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

Shades of Deep Cerise #D14182

Tints of Deep Cerise #D14182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.09%

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

R = 51.73%
G = 16.09%
B = 32.18%

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

#D14182 (or 0xD14182) is known color: Deep Cerise. HEX triplet: D1, 41 and 82. RGB value is (209,65,130). Sum of RGB (Red+Green+Blue) = 209+65+130=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D14182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14182 is #2EBE7D. Grayscale: #737373. Windows color (decimal): -3063422 or 8536529. OLE color: 8536529.

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

Color convert

RGB 209 65 130 -
CMYK 0 0.69 0.38 0.18
HSL 332.92º 0.61% 0.54% -
HSV(B) 332.92º 0.69% 0.82% -
XYZ 32.21 18.95 23.08 -
YUV 115.47 136.21 194.71 -
System Red Green Blue C M Y K H S L
Decimal 209 65 130 0 0.69 0.38 0.18 332.92 0.61 0.54
Hex D1 41 82 0 45 26 12 14D 3D 36
Octal 321 101 202 0 105 46 22 515 75 66
Binary 11010001 1000001 10000010 0 1000101 100110 10010 101001101 111101 110110

Color Harmonies of #D14182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14182

Black with #D14182

Text Example


Text Example

White with #D14182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14182; }

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

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

background-color css

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

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

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

border-color css

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

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

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