Html Css Color HEX #D14184 Deep Cerise

📋 copy color: '#D14184'

red 209 ◦ green 65 ◦ blue 132

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

Shades of Deep Cerise #D14184

Tints of Deep Cerise #D14184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 51.48%
G = 16.01%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D14184 (or 0xD14184) is known color: Deep Cerise. HEX triplet: D1, 41 and 84. RGB value is (209,65,132). Sum of RGB (Red+Green+Blue) = 209+65+132=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D14184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14184 is #2EBE7B. Grayscale: #737373. Windows color (decimal): -3063420 or 8667601. OLE color: 8667601.

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

Color convert

RGB 209 65 132 -
CMYK 0 0.69 0.37 0.18
HSL 332.08º 0.61% 0.54% -
HSV(B) 332.08º 0.69% 0.82% -
XYZ 32.35 19 23.79 -
YUV 115.69 137.21 194.55 -
System Red Green Blue C M Y K H S L
Decimal 209 65 132 0 0.69 0.37 0.18 332.08 0.61 0.54
Hex D1 41 84 0 45 25 12 14C 3D 36
Octal 321 101 204 0 105 45 22 514 75 66
Binary 11010001 1000001 10000100 0 1000101 100101 10010 101001100 111101 110110

Color Harmonies of #D14184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14184

Black with #D14184

Text Example


Text Example

White with #D14184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14184; }

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

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

background-color css

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

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

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

border-color css

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

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

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