Html Css Color HEX #DA71B8 Persian Pink

📋 copy color: '#DA71B8'

red 218 ◦ green 113 ◦ blue 184

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

Shades of Persian Pink #DA71B8

Tints of Persian Pink #DA71B8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.94%

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

R = 42.33%
G = 21.94%
B = 35.73%

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

#DA71B8 (or 0xDA71B8) is known color: Persian Pink. HEX triplet: DA, 71 and B8. RGB value is (218,113,184). Sum of RGB (Red+Green+Blue) = 218+113+184=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71B8 is #258E47. Grayscale: #989898. Windows color (decimal): -2461256 or 12087770. OLE color: 12087770.

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

Color convert

RGB 218 113 184 -
CMYK 0 0.48 0.16 0.15
HSL 319.43º 0.59% 0.65% -
HSV(B) 319.43º 0.48% 0.85% -
XYZ 43.47 30.18 48.88 -
YUV 152.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 218 113 184 0 0.48 0.16 0.15 319.43 0.59 0.65
Hex DA 71 B8 0 30 10 F 13F 3B 41
Octal 332 161 270 0 60 20 17 477 73 101
Binary 11011010 1110001 10111000 0 110000 10000 1111 100111111 111011 1000001

Color Harmonies of #DA71B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA71B8

Black with #DA71B8

Text Example


Text Example

White with #DA71B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA71B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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