Html Css Color HEX #DA72B8 Persian Pink

📋 copy color: '#DA72B8'

red 218 ◦ green 114 ◦ blue 184

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

Shades of Persian Pink #DA72B8

Tints of Persian Pink #DA72B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.66%

R = 42.25%
G = 22.09%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA72B8 (or 0xDA72B8) is known color: Persian Pink. HEX triplet: DA, 72 and B8. RGB value is (218,114,184). Sum of RGB (Red+Green+Blue) = 218+114+184=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 184 (72.27% from 255 or 35.66% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA72B8 is #258D47. Grayscale: #989898. Windows color (decimal): -2461000 or 12088026. OLE color: 12088026.

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

Color convert

RGB 218 114 184 -
CMYK 0 0.48 0.16 0.15
HSL 319.62º 0.58% 0.65% -
HSV(B) 319.62º 0.48% 0.85% -
XYZ 43.58 30.4 48.92 -
YUV 153.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 218 114 184 0 0.48 0.16 0.15 319.62 0.58 0.65
Hex DA 72 B8 0 30 10 F 140 3A 41
Octal 332 162 270 0 60 20 17 500 72 101
Binary 11011010 1110010 10111000 0 110000 10000 1111 101000000 111010 1000001

Color Harmonies of #DA72B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72B8

Black with #DA72B8

Text Example


Text Example

White with #DA72B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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