Html Css Color HEX #D14080 Deep Cerise

📋 copy color: '#D14080'

red 209 ◦ green 64 ◦ blue 128

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

Shades of Deep Cerise #D14080

Tints of Deep Cerise #D14080

RGB

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

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

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

R = 52.12%
G = 15.96%
B = 31.92%

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

#D14080 (or 0xD14080) is known color: Deep Cerise. HEX triplet: D1, 40 and 80. RGB value is (209,64,128). Sum of RGB (Red+Green+Blue) = 209+64+128=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D14080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14080 is #2EBF7F. Grayscale: #727272. Windows color (decimal): -3063680 or 8405201. OLE color: 8405201.

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

Color convert

RGB 209 64 128 -
CMYK 0 0.69 0.39 0.18
HSL 333.52º 0.61% 0.54% -
HSV(B) 333.52º 0.69% 0.82% -
XYZ 32.02 18.78 22.36 -
YUV 114.65 135.54 195.3 -
System Red Green Blue C M Y K H S L
Decimal 209 64 128 0 0.69 0.39 0.18 333.52 0.61 0.54
Hex D1 40 80 0 45 27 12 14E 3D 36
Octal 321 100 200 0 105 47 22 516 75 66
Binary 11010001 1000000 10000000 0 1000101 100111 10010 101001110 111101 110110

Color Harmonies of #D14080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14080

Black with #D14080

Text Example


Text Example

White with #D14080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14080; }

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

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

background-color css

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

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

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

border-color css

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

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

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