Html Css Color HEX #D72AAC Persian Rose

📋 copy color: '#D72AAC'

red 215 ◦ green 42 ◦ blue 172

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

Shades of Persian Rose #D72AAC

Tints of Persian Rose #D72AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.79%

 BLUE value IS 172 (67.58% from 255) = 40.09%

R = 50.12%
G = 9.79%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D72AAC (or 0xD72AAC) is known color: Persian Rose. HEX triplet: D7, 2A and AC. RGB value is (215,42,172). Sum of RGB (Red+Green+Blue) = 215+42+172=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 42 (16.80% from 255 or 9.79% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D72AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72AAC is #28D553. Grayscale: #6C6C6C. Windows color (decimal): -2676052 or 11283159. OLE color: 11283159.

HSL color Cylindrical-coordinate representation of color #D72AAC: hue angle of 314.91º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72AAC is Cyan = 0, Magento = 0.80, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 42 172 -
CMYK 0 0.80 0.2 0.16
HSL 314.91º 0.68% 0.5% -
HSV(B) 314.91º 0.8% 0.84% -
XYZ 36.3 19.08 40.8 -
YUV 108.55 163.81 203.93 -
System Red Green Blue C M Y K H S L
Decimal 215 42 172 0 0.80 0.2 0.16 314.91 0.68 0.5
Hex D7 2A AC 0 50 14 10 13B 44 32
Octal 327 52 254 0 120 24 20 473 104 62
Binary 11010111 101010 10101100 0 1010000 10100 10000 100111011 1000100 110010

Color Harmonies of #D72AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72AAC

Black with #D72AAC

Text Example


Text Example

White with #D72AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72AAC; }

 p { color: rgb(215,42,172); }

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

background-color css

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

 a { background-color: rgb(215,42,172); }

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

border-color css

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

 span { border-color: rgb(215,42,172); }

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