Html Css Color HEX #D930A7 Deep Cerise

📋 copy color: '#D930A7'

red 217 ◦ green 48 ◦ blue 167

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

Shades of Deep Cerise #D930A7

Tints of Deep Cerise #D930A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.66%

R = 50.23%
G = 11.11%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D930A7 (or 0xD930A7) is known color: Deep Cerise. HEX triplet: D9, 30 and A7. RGB value is (217,48,167). Sum of RGB (Red+Green+Blue) = 217+48+167=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D930A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D930A7 is #26CF58. Grayscale: #6F6F6F. Windows color (decimal): -2543449 or 10957017. OLE color: 10957017.

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

Color convert

RGB 217 48 167 -
CMYK 0 0.78 0.23 0.15
HSL 317.75º 0.69% 0.52% -
HSV(B) 317.75º 0.78% 0.85% -
XYZ 36.65 19.66 38.42 -
YUV 112.1 158.99 202.82 -
System Red Green Blue C M Y K H S L
Decimal 217 48 167 0 0.78 0.23 0.15 317.75 0.69 0.52
Hex D9 30 A7 0 4E 17 F 13E 45 34
Octal 331 60 247 0 116 27 17 476 105 64
Binary 11011001 110000 10100111 0 1001110 10111 1111 100111110 1000101 110100

Color Harmonies of #D930A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D930A7

Black with #D930A7

Text Example


Text Example

White with #D930A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D930A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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