Html Css Color HEX #D028A1 Deep Cerise

📋 copy color: '#D028A1'

red 208 ◦ green 40 ◦ blue 161

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

Shades of Deep Cerise #D028A1

Tints of Deep Cerise #D028A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.36%

R = 50.86%
G = 9.78%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D028A1 (or 0xD028A1) is known color: Deep Cerise. HEX triplet: D0, 28 and A1. RGB value is (208,40,161). Sum of RGB (Red+Green+Blue) = 208+40+161=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D028A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D028A1 is #2FD75E. Grayscale: #676767. Windows color (decimal): -3135327 or 10561744. OLE color: 10561744.

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

Color convert

RGB 208 40 161 -
CMYK 0 0.81 0.23 0.18
HSL 316.79º 0.68% 0.49% -
HSV(B) 316.79º 0.81% 0.82% -
XYZ 33.2 17.5 35.35 -
YUV 104.03 160.16 202.16 -
System Red Green Blue C M Y K H S L
Decimal 208 40 161 0 0.81 0.23 0.18 316.79 0.68 0.49
Hex D0 28 A1 0 51 17 12 13D 44 31
Octal 320 50 241 0 121 27 22 475 104 61
Binary 11010000 101000 10100001 0 1010001 10111 10010 100111101 1000100 110001

Color Harmonies of #D028A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028A1

Black with #D028A1

Text Example


Text Example

White with #D028A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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