Html Css Color HEX #D730A2 Deep Cerise

📋 copy color: '#D730A2'

red 215 ◦ green 48 ◦ blue 162

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

Shades of Deep Cerise #D730A2

Tints of Deep Cerise #D730A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.12%

R = 50.59%
G = 11.29%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D730A2 (or 0xD730A2) is known color: Deep Cerise. HEX triplet: D7, 30 and A2. RGB value is (215,48,162). Sum of RGB (Red+Green+Blue) = 215+48+162=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D730A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D730A2 is #28CF5D. Grayscale: #6E6E6E. Windows color (decimal): -2674526 or 10629335. OLE color: 10629335.

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

Color convert

RGB 215 48 162 -
CMYK 0 0.78 0.25 0.16
HSL 319.04º 0.68% 0.52% -
HSV(B) 319.04º 0.78% 0.84% -
XYZ 35.6 19.17 36.01 -
YUV 110.93 156.83 202.23 -
System Red Green Blue C M Y K H S L
Decimal 215 48 162 0 0.78 0.25 0.16 319.04 0.68 0.52
Hex D7 30 A2 0 4E 19 10 13F 44 34
Octal 327 60 242 0 116 31 20 477 104 64
Binary 11010111 110000 10100010 0 1001110 11001 10000 100111111 1000100 110100

Color Harmonies of #D730A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730A2

Black with #D730A2

Text Example


Text Example

White with #D730A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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