Html Css Color HEX #D14180 Deep Cerise

📋 copy color: '#D14180'

red 209 ◦ green 65 ◦ blue 128

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

Shades of Deep Cerise #D14180

Tints of Deep Cerise #D14180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.84%

R = 51.99%
G = 16.17%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D14180 (or 0xD14180) is known color: Deep Cerise. HEX triplet: D1, 41 and 80. RGB value is (209,65,128). Sum of RGB (Red+Green+Blue) = 209+65+128=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D14180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14180 is #2EBE7F. Grayscale: #737373. Windows color (decimal): -3063424 or 8405457. OLE color: 8405457.

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

Color convert

RGB 209 65 128 -
CMYK 0 0.69 0.39 0.18
HSL 333.75º 0.61% 0.54% -
HSV(B) 333.75º 0.69% 0.82% -
XYZ 32.08 18.89 22.38 -
YUV 115.24 135.21 194.88 -
System Red Green Blue C M Y K H S L
Decimal 209 65 128 0 0.69 0.39 0.18 333.75 0.61 0.54
Hex D1 41 80 0 45 27 12 14E 3D 36
Octal 321 101 200 0 105 47 22 516 75 66
Binary 11010001 1000001 10000000 0 1000101 100111 10010 101001110 111101 110110

Color Harmonies of #D14180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14180

Black with #D14180

Text Example


Text Example

White with #D14180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14180; }

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

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

background-color css

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

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

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

border-color css

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

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

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