Html Css Color HEX #D930A1 Deep Cerise

📋 copy color: '#D930A1'

red 217 ◦ green 48 ◦ blue 161

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

Shades of Deep Cerise #D930A1

Tints of Deep Cerise #D930A1

RGB

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

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

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

R = 50.94%
G = 11.27%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D930A1 (or 0xD930A1) is known color: Deep Cerise. HEX triplet: D9, 30 and A1. RGB value is (217,48,161). Sum of RGB (Red+Green+Blue) = 217+48+161=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D930A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D930A1 is #26CF5E. Grayscale: #6F6F6F. Windows color (decimal): -2543455 or 10563801. OLE color: 10563801.

HSL color Cylindrical-coordinate representation of color #D930A1: hue angle of 319.88º 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 #D930A1 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 48 161 -
CMYK 0 0.78 0.26 0.15
HSL 319.88º 0.69% 0.52% -
HSV(B) 319.88º 0.78% 0.85% -
XYZ 36.11 19.44 35.57 -
YUV 111.41 155.99 203.31 -
System Red Green Blue C M Y K H S L
Decimal 217 48 161 0 0.78 0.26 0.15 319.88 0.69 0.52
Hex D9 30 A1 0 4E 1A F 140 45 34
Octal 331 60 241 0 116 32 17 500 105 64
Binary 11011001 110000 10100001 0 1001110 11010 1111 101000000 1000101 110100

Color Harmonies of #D930A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D930A1

Black with #D930A1

Text Example


Text Example

White with #D930A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D930A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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