Html Css Color HEX #D72FA5 Deep Cerise

📋 copy color: '#D72FA5'

red 215 ◦ green 47 ◦ blue 165

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

Shades of Deep Cerise #D72FA5

Tints of Deep Cerise #D72FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.64%

R = 50.35%
G = 11.01%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D72FA5 (or 0xD72FA5) is known color: Deep Cerise. HEX triplet: D7, 2F and A5. RGB value is (215,47,165). Sum of RGB (Red+Green+Blue) = 215+47+165=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72FA5 is #28D05A. Grayscale: #6E6E6E. Windows color (decimal): -2674779 or 10825687. OLE color: 10825687.

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

Color convert

RGB 215 47 165 -
CMYK 0 0.78 0.23 0.16
HSL 317.86º 0.68% 0.51% -
HSV(B) 317.86º 0.78% 0.84% -
XYZ 35.83 19.2 37.41 -
YUV 110.68 158.66 202.41 -
System Red Green Blue C M Y K H S L
Decimal 215 47 165 0 0.78 0.23 0.16 317.86 0.68 0.51
Hex D7 2F A5 0 4E 17 10 13E 44 33
Octal 327 57 245 0 116 27 20 476 104 63
Binary 11010111 101111 10100101 0 1001110 10111 10000 100111110 1000100 110011

Color Harmonies of #D72FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72FA5

Black with #D72FA5

Text Example


Text Example

White with #D72FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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