Html Css Color HEX #D730A1 Deep Cerise

📋 copy color: '#D730A1'

red 215 ◦ green 48 ◦ blue 161

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

Shades of Deep Cerise #D730A1

Tints of Deep Cerise #D730A1

RGB

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

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

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

R = 50.71%
G = 11.32%
B = 37.97%

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

#D730A1 (or 0xD730A1) is known color: Deep Cerise. HEX triplet: D7, 30 and A1. RGB value is (215,48,161). Sum of RGB (Red+Green+Blue) = 215+48+161=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D730A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D730A1 is #28CF5E. Grayscale: #6E6E6E. Windows color (decimal): -2674527 or 10563799. OLE color: 10563799.

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

Color convert

RGB 215 48 161 -
CMYK 0 0.78 0.25 0.16
HSL 319.4º 0.68% 0.52% -
HSV(B) 319.4º 0.78% 0.84% -
XYZ 35.51 19.13 35.54 -
YUV 110.82 156.33 202.31 -
System Red Green Blue C M Y K H S L
Decimal 215 48 161 0 0.78 0.25 0.16 319.4 0.68 0.52
Hex D7 30 A1 0 4E 19 10 13F 44 34
Octal 327 60 241 0 116 31 20 477 104 64
Binary 11010111 110000 10100001 0 1001110 11001 10000 100111111 1000100 110100

Color Harmonies of #D730A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730A1

Black with #D730A1

Text Example


Text Example

White with #D730A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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