Html Css Color HEX #D72CAD Persian Rose

📋 copy color: '#D72CAD'

red 215 ◦ green 44 ◦ blue 173

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

Shades of Persian Rose #D72CAD

Tints of Persian Rose #D72CAD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.19%

 BLUE value IS 173 (67.97% from 255) = 40.05%

R = 49.77%
G = 10.19%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D72CAD (or 0xD72CAD) is known color: Persian Rose. HEX triplet: D7, 2C and AD. RGB value is (215,44,173). Sum of RGB (Red+Green+Blue) = 215+44+173=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D72CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72CAD is #28D352. Grayscale: #6D6D6D. Windows color (decimal): -2675539 or 11349207. OLE color: 11349207.

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

Color convert

RGB 215 44 173 -
CMYK 0 0.80 0.20 0.16
HSL 314.74º 0.68% 0.51% -
HSV(B) 314.74º 0.8% 0.84% -
XYZ 36.47 19.27 41.33 -
YUV 109.84 163.65 203.01 -
System Red Green Blue C M Y K H S L
Decimal 215 44 173 0 0.80 0.20 0.16 314.74 0.68 0.51
Hex D7 2C AD 0 50 14 10 13B 44 33
Octal 327 54 255 0 120 24 20 473 104 63
Binary 11010111 101100 10101101 0 1010000 10100 10000 100111011 1000100 110011

Color Harmonies of #D72CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CAD

Black with #D72CAD

Text Example


Text Example

White with #D72CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CAD; }

 p { color: rgb(215,44,173); }

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

background-color css

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

 a { background-color: rgb(215,44,173); }

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

border-color css

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

 span { border-color: rgb(215,44,173); }

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