Html Css Color HEX #D730AA Deep Cerise

📋 copy color: '#D730AA'

red 215 ◦ green 48 ◦ blue 170

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

Shades of Deep Cerise #D730AA

Tints of Deep Cerise #D730AA

RGB

 RED value IS 215 (84.38% from 255) = 49.65%

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

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 49.65%
G = 11.09%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D730AA (or 0xD730AA) is known color: Deep Cerise. HEX triplet: D7, 30 and AA. RGB value is (215,48,170). Sum of RGB (Red+Green+Blue) = 215+48+170=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D730AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D730AA is #28CF55. Grayscale: #6F6F6F. Windows color (decimal): -2674518 or 11153623. OLE color: 11153623.

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

Color convert

RGB 215 48 170 -
CMYK 0 0.78 0.21 0.16
HSL 316.17º 0.68% 0.52% -
HSV(B) 316.17º 0.78% 0.84% -
XYZ 36.34 19.46 39.87 -
YUV 111.84 160.83 201.58 -
System Red Green Blue C M Y K H S L
Decimal 215 48 170 0 0.78 0.21 0.16 316.17 0.68 0.52
Hex D7 30 AA 0 4E 15 10 13C 44 34
Octal 327 60 252 0 116 25 20 474 104 64
Binary 11010111 110000 10101010 0 1001110 10101 10000 100111100 1000100 110100

Color Harmonies of #D730AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730AA

Black with #D730AA

Text Example


Text Example

White with #D730AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730AA; }

 p { color: rgb(215,48,170); }

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

background-color css

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

 a { background-color: rgb(215,48,170); }

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

border-color css

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

 span { border-color: rgb(215,48,170); }

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