Html Css Color HEX #DA72B0 Persian Pink

📋 copy color: '#DA72B0'

red 218 ◦ green 114 ◦ blue 176

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

Shades of Persian Pink #DA72B0

Tints of Persian Pink #DA72B0

RGB

 RED value IS 218 (85.55% from 255) = 42.91%

 GREEN value IS 114 (44.92% from 255) = 22.44%

 BLUE value IS 176 (69.14% from 255) = 34.65%

R = 42.91%
G = 22.44%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA72B0 (or 0xDA72B0) is known color: Persian Pink. HEX triplet: DA, 72 and B0. RGB value is (218,114,176). Sum of RGB (Red+Green+Blue) = 218+114+176=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA72B0 is #258D4F. Grayscale: #989898. Windows color (decimal): -2461008 or 11563738. OLE color: 11563738.

HSL color Cylindrical-coordinate representation of color #DA72B0: hue angle of 324.23º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA72B0 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 114 176 -
CMYK 0 0.48 0.19 0.15
HSL 324.23º 0.58% 0.65% -
HSV(B) 324.23º 0.48% 0.85% -
XYZ 42.77 30.07 44.63 -
YUV 152.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 218 114 176 0 0.48 0.19 0.15 324.23 0.58 0.65
Hex DA 72 B0 0 30 13 F 144 3A 41
Octal 332 162 260 0 60 23 17 504 72 101
Binary 11011010 1110010 10110000 0 110000 10011 1111 101000100 111010 1000001

Color Harmonies of #DA72B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72B0

Black with #DA72B0

Text Example


Text Example

White with #DA72B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72B0; }

 p { color: rgb(218,114,176); }

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

background-color css

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

 a { background-color: rgb(218,114,176); }

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

border-color css

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

 span { border-color: rgb(218,114,176); }

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