Html Css Color HEX #DA72B2 Persian Pink

📋 copy color: '#DA72B2'

red 218 ◦ green 114 ◦ blue 178

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

Shades of Persian Pink #DA72B2

Tints of Persian Pink #DA72B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.9%

R = 42.75%
G = 22.35%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA72B2 (or 0xDA72B2) is known color: Persian Pink. HEX triplet: DA, 72 and B2. RGB value is (218,114,178). Sum of RGB (Red+Green+Blue) = 218+114+178=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA72B2 is #258D4D. Grayscale: #989898. Windows color (decimal): -2461006 or 11694810. OLE color: 11694810.

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

Color convert

RGB 218 114 178 -
CMYK 0 0.48 0.18 0.15
HSL 323.08º 0.58% 0.65% -
HSV(B) 323.08º 0.48% 0.85% -
XYZ 42.97 30.15 45.68 -
YUV 152.39 142.46 174.8 -
System Red Green Blue C M Y K H S L
Decimal 218 114 178 0 0.48 0.18 0.15 323.08 0.58 0.65
Hex DA 72 B2 0 30 12 F 143 3A 41
Octal 332 162 262 0 60 22 17 503 72 101
Binary 11011010 1110010 10110010 0 110000 10010 1111 101000011 111010 1000001

Color Harmonies of #DA72B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA72B2

Black with #DA72B2

Text Example


Text Example

White with #DA72B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA72B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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