Html Css Color HEX #D928A8 Deep Cerise

📋 copy color: '#D928A8'

red 217 ◦ green 40 ◦ blue 168

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

Shades of Deep Cerise #D928A8

Tints of Deep Cerise #D928A8

RGB

 RED value IS 217 (85.16% from 255) = 51.06%

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

 BLUE value IS 168 (66.02% from 255) = 39.53%

R = 51.06%
G = 9.41%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D928A8 (or 0xD928A8) is known color: Deep Cerise. HEX triplet: D9, 28 and A8. RGB value is (217,40,168). Sum of RGB (Red+Green+Blue) = 217+40+168=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D928A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D928A8 is #26D757. Grayscale: #6B6B6B. Windows color (decimal): -2545496 or 11020505. OLE color: 11020505.

HSL color Cylindrical-coordinate representation of color #D928A8: hue angle of 316.61º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D928A8 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 40 168 -
CMYK 0 0.82 0.23 0.15
HSL 316.61º 0.7% 0.5% -
HSV(B) 316.61º 0.82% 0.85% -
XYZ 36.44 19.1 38.81 -
YUV 107.52 162.14 206.09 -
System Red Green Blue C M Y K H S L
Decimal 217 40 168 0 0.82 0.23 0.15 316.61 0.7 0.5
Hex D9 28 A8 0 52 17 F 13D 46 32
Octal 331 50 250 0 122 27 17 475 106 62
Binary 11011001 101000 10101000 0 1010010 10111 1111 100111101 1000110 110010

Color Harmonies of #D928A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D928A8

Black with #D928A8

Text Example


Text Example

White with #D928A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D928A8; }

 p { color: rgb(217,40,168); }

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

background-color css

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

 a { background-color: rgb(217,40,168); }

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

border-color css

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

 span { border-color: rgb(217,40,168); }

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