Html Css Color HEX #D128AE Deep Cerise

📋 copy color: '#D128AE'

red 209 ◦ green 40 ◦ blue 174

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

Shades of Deep Cerise #D128AE

Tints of Deep Cerise #D128AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.46%

 BLUE value IS 174 (68.36% from 255) = 41.13%

R = 49.41%
G = 9.46%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D128AE (or 0xD128AE) is known color: Deep Cerise. HEX triplet: D1, 28 and AE. RGB value is (209,40,174). Sum of RGB (Red+Green+Blue) = 209+40+174=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D128AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D128AE is #2ED751. Grayscale: #696969. Windows color (decimal): -3069778 or 11413713. OLE color: 11413713.

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

Color convert

RGB 209 40 174 -
CMYK 0 0.81 0.17 0.18
HSL 312.43º 0.68% 0.49% -
HSV(B) 312.43º 0.81% 0.82% -
XYZ 34.69 18.13 41.72 -
YUV 105.81 166.49 201.6 -
System Red Green Blue C M Y K H S L
Decimal 209 40 174 0 0.81 0.17 0.18 312.43 0.68 0.49
Hex D1 28 AE 0 51 11 12 138 44 31
Octal 321 50 256 0 121 21 22 470 104 61
Binary 11010001 101000 10101110 0 1010001 10001 10010 100111000 1000100 110001

Color Harmonies of #D128AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D128AE

Black with #D128AE

Text Example


Text Example

White with #D128AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D128AE; }

 p { color: rgb(209,40,174); }

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

background-color css

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

 a { background-color: rgb(209,40,174); }

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

border-color css

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

 span { border-color: rgb(209,40,174); }

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