Html Css Color HEX #D930AB Deep Cerise

📋 copy color: '#D930AB'

red 217 ◦ green 48 ◦ blue 171

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

Shades of Deep Cerise #D930AB

Tints of Deep Cerise #D930AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.01%

 BLUE value IS 171 (67.19% from 255) = 39.22%

R = 49.77%
G = 11.01%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D930AB (or 0xD930AB) is known color: Deep Cerise. HEX triplet: D9, 30 and AB. RGB value is (217,48,171). Sum of RGB (Red+Green+Blue) = 217+48+171=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D930AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D930AB is #26CF54. Grayscale: #707070. Windows color (decimal): -2543445 or 11219161. OLE color: 11219161.

HSL color Cylindrical-coordinate representation of color #D930AB: hue angle of 316.33º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D930AB is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 48 171 -
CMYK 0 0.78 0.21 0.15
HSL 316.33º 0.69% 0.52% -
HSV(B) 316.33º 0.78% 0.85% -
XYZ 37.02 19.81 40.4 -
YUV 112.55 160.99 202.5 -
System Red Green Blue C M Y K H S L
Decimal 217 48 171 0 0.78 0.21 0.15 316.33 0.69 0.52
Hex D9 30 AB 0 4E 15 F 13C 45 34
Octal 331 60 253 0 116 25 17 474 105 64
Binary 11011001 110000 10101011 0 1001110 10101 1111 100111100 1000101 110100

Color Harmonies of #D930AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D930AB

Black with #D930AB

Text Example


Text Example

White with #D930AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D930AB; }

 p { color: rgb(217,48,171); }

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

background-color css

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

 a { background-color: rgb(217,48,171); }

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

border-color css

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

 span { border-color: rgb(217,48,171); }

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