Html Css Color HEX #D028AD Deep Cerise

📋 copy color: '#D028AD'

red 208 ◦ green 40 ◦ blue 173

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

Shades of Deep Cerise #D028AD

Tints of Deep Cerise #D028AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.09%

R = 49.41%
G = 9.5%
B = 41.09%

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

#D028AD (or 0xD028AD) is known color: Deep Cerise. HEX triplet: D0, 28 and AD. RGB value is (208,40,173). Sum of RGB (Red+Green+Blue) = 208+40+173=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D028AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D028AD is #2FD752. Grayscale: #696969. Windows color (decimal): -3135315 or 11348176. OLE color: 11348176.

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

Color convert

RGB 208 40 173 -
CMYK 0 0.81 0.17 0.18
HSL 312.5º 0.68% 0.49% -
HSV(B) 312.5º 0.81% 0.82% -
XYZ 34.31 17.94 41.19 -
YUV 105.39 166.16 201.19 -
System Red Green Blue C M Y K H S L
Decimal 208 40 173 0 0.81 0.17 0.18 312.5 0.68 0.49
Hex D0 28 AD 0 51 11 12 138 44 31
Octal 320 50 255 0 121 21 22 470 104 61
Binary 11010000 101000 10101101 0 1010001 10001 10010 100111000 1000100 110001

Color Harmonies of #D028AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028AD

Black with #D028AD

Text Example


Text Example

White with #D028AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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