Html Css Color HEX #D028AC Deep Cerise

📋 copy color: '#D028AC'

red 208 ◦ green 40 ◦ blue 172

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

Shades of Deep Cerise #D028AC

Tints of Deep Cerise #D028AC

RGB

 RED value IS 208 (81.64% from 255) = 49.52%

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

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 49.52%
G = 9.52%
B = 40.95%

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

#D028AC (or 0xD028AC) is known color: Deep Cerise. HEX triplet: D0, 28 and AC. RGB value is (208,40,172). Sum of RGB (Red+Green+Blue) = 208+40+172=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D028AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D028AC is #2FD753. Grayscale: #686868. Windows color (decimal): -3135316 or 11282640. OLE color: 11282640.

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

Color convert

RGB 208 40 172 -
CMYK 0 0.81 0.17 0.18
HSL 312.86º 0.68% 0.49% -
HSV(B) 312.86º 0.81% 0.82% -
XYZ 34.22 17.91 40.68 -
YUV 105.28 165.66 201.27 -
System Red Green Blue C M Y K H S L
Decimal 208 40 172 0 0.81 0.17 0.18 312.86 0.68 0.49
Hex D0 28 AC 0 51 11 12 139 44 31
Octal 320 50 254 0 121 21 22 471 104 61
Binary 11010000 101000 10101100 0 1010001 10001 10010 100111001 1000100 110001

Color Harmonies of #D028AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028AC

Black with #D028AC

Text Example


Text Example

White with #D028AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028AC; }

 p { color: rgb(208,40,172); }

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

background-color css

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

 a { background-color: rgb(208,40,172); }

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

border-color css

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

 span { border-color: rgb(208,40,172); }

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