Html Css Color HEX #DA71B2 Persian Pink

📋 copy color: '#DA71B2'

red 218 ◦ green 113 ◦ blue 178

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

Shades of Persian Pink #DA71B2

Tints of Persian Pink #DA71B2

RGB

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

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

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

R = 42.83%
G = 22.2%
B = 34.97%

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

#DA71B2 (or 0xDA71B2) is known color: Persian Pink. HEX triplet: DA, 71 and B2. RGB value is (218,113,178). Sum of RGB (Red+Green+Blue) = 218+113+178=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA71B2 is #258E4D. Grayscale: #979797. Windows color (decimal): -2461262 or 11694554. OLE color: 11694554.

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

Color convert

RGB 218 113 178 -
CMYK 0 0.48 0.18 0.15
HSL 322.86º 0.59% 0.65% -
HSV(B) 322.86º 0.48% 0.85% -
XYZ 42.85 29.93 45.64 -
YUV 151.81 142.79 175.21 -
System Red Green Blue C M Y K H S L
Decimal 218 113 178 0 0.48 0.18 0.15 322.86 0.59 0.65
Hex DA 71 B2 0 30 12 F 143 3B 41
Octal 332 161 262 0 60 22 17 503 73 101
Binary 11011010 1110001 10110010 0 110000 10010 1111 101000011 111011 1000001

Color Harmonies of #DA71B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA71B2

Black with #DA71B2

Text Example


Text Example

White with #DA71B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA71B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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