Html Css Color HEX #DA71B9 Persian Pink

📋 copy color: '#DA71B9'

red 218 ◦ green 113 ◦ blue 185

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

Shades of Persian Pink #DA71B9

Tints of Persian Pink #DA71B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.85%

R = 42.25%
G = 21.9%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA71B9 (or 0xDA71B9) is known color: Persian Pink. HEX triplet: DA, 71 and B9. RGB value is (218,113,185). Sum of RGB (Red+Green+Blue) = 218+113+185=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71B9 is #258E46. Grayscale: #989898. Windows color (decimal): -2461255 or 12153306. OLE color: 12153306.

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

Color convert

RGB 218 113 185 -
CMYK 0 0.48 0.15 0.15
HSL 318.86º 0.59% 0.65% -
HSV(B) 318.86º 0.48% 0.85% -
XYZ 43.58 30.22 49.44 -
YUV 152.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 218 113 185 0 0.48 0.15 0.15 318.86 0.59 0.65
Hex DA 71 B9 0 30 F F 13F 3B 41
Octal 332 161 271 0 60 17 17 477 73 101
Binary 11011010 1110001 10111001 0 110000 1111 1111 100111111 111011 1000001

Color Harmonies of #DA71B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA71B9

Black with #DA71B9

Text Example


Text Example

White with #DA71B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA71B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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