Html Css Color HEX #D14088 Deep Cerise

📋 copy color: '#D14088'

red 209 ◦ green 64 ◦ blue 136

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

Shades of Deep Cerise #D14088

Tints of Deep Cerise #D14088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.25%

R = 51.1%
G = 15.65%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D14088 (or 0xD14088) is known color: Deep Cerise. HEX triplet: D1, 40 and 88. RGB value is (209,64,136). Sum of RGB (Red+Green+Blue) = 209+64+136=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D14088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14088 is #2EBF77. Grayscale: #737373. Windows color (decimal): -3063672 or 8929489. OLE color: 8929489.

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

Color convert

RGB 209 64 136 -
CMYK 0 0.69 0.35 0.18
HSL 330.21º 0.61% 0.54% -
HSV(B) 330.21º 0.69% 0.82% -
XYZ 32.57 19 25.24 -
YUV 115.56 139.54 194.65 -
System Red Green Blue C M Y K H S L
Decimal 209 64 136 0 0.69 0.35 0.18 330.21 0.61 0.54
Hex D1 40 88 0 45 23 12 14A 3D 36
Octal 321 100 210 0 105 43 22 512 75 66
Binary 11010001 1000000 10001000 0 1000101 100011 10010 101001010 111101 110110

Color Harmonies of #D14088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14088

Black with #D14088

Text Example


Text Example

White with #D14088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14088; }

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

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

background-color css

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

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

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

border-color css

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

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

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