Html Css Color HEX #D72FA2 Deep Cerise

📋 copy color: '#D72FA2'

red 215 ◦ green 47 ◦ blue 162

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

Shades of Deep Cerise #D72FA2

Tints of Deep Cerise #D72FA2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.08%

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

R = 50.71%
G = 11.08%
B = 38.21%

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

#D72FA2 (or 0xD72FA2) is known color: Deep Cerise. HEX triplet: D7, 2F and A2. RGB value is (215,47,162). Sum of RGB (Red+Green+Blue) = 215+47+162=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72FA2 is #28D05D. Grayscale: #6E6E6E. Windows color (decimal): -2674782 or 10629079. OLE color: 10629079.

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

Color convert

RGB 215 47 162 -
CMYK 0 0.78 0.25 0.16
HSL 318.93º 0.68% 0.51% -
HSV(B) 318.93º 0.78% 0.84% -
XYZ 35.56 19.09 35.99 -
YUV 110.34 157.16 202.65 -
System Red Green Blue C M Y K H S L
Decimal 215 47 162 0 0.78 0.25 0.16 318.93 0.68 0.51
Hex D7 2F A2 0 4E 19 10 13F 44 33
Octal 327 57 242 0 116 31 20 477 104 63
Binary 11010111 101111 10100010 0 1001110 11001 10000 100111111 1000100 110011

Color Harmonies of #D72FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72FA2

Black with #D72FA2

Text Example


Text Example

White with #D72FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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