Html Css Color HEX #D14280 Deep Cerise

📋 copy color: '#D14280'

red 209 ◦ green 66 ◦ blue 128

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

Shades of Deep Cerise #D14280

Tints of Deep Cerise #D14280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.38%

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

R = 51.86%
G = 16.38%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D14280 (or 0xD14280) is known color: Deep Cerise. HEX triplet: D1, 42 and 80. RGB value is (209,66,128). Sum of RGB (Red+Green+Blue) = 209+66+128=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D14280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14280 is #2EBD7F. Grayscale: #737373. Windows color (decimal): -3063168 or 8405713. OLE color: 8405713.

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

Color convert

RGB 209 66 128 -
CMYK 0 0.68 0.39 0.18
HSL 333.99º 0.61% 0.54% -
HSV(B) 333.99º 0.68% 0.82% -
XYZ 32.14 19.01 22.4 -
YUV 115.83 134.88 194.46 -
System Red Green Blue C M Y K H S L
Decimal 209 66 128 0 0.68 0.39 0.18 333.99 0.61 0.54
Hex D1 42 80 0 44 27 12 14E 3D 36
Octal 321 102 200 0 104 47 22 516 75 66
Binary 11010001 1000010 10000000 0 1000100 100111 10010 101001110 111101 110110

Color Harmonies of #D14280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14280

Black with #D14280

Text Example


Text Example

White with #D14280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14280; }

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

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

background-color css

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

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

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

border-color css

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

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

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