Html Css Color HEX #DA6FB6 Persian Pink

📋 copy color: '#DA6FB6'

red 218 ◦ green 111 ◦ blue 182

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

Shades of Persian Pink #DA6FB6

Tints of Persian Pink #DA6FB6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.72%

 BLUE value IS 182 (71.48% from 255) = 35.62%

R = 42.66%
G = 21.72%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA6FB6 (or 0xDA6FB6) is known color: Persian Pink. HEX triplet: DA, 6F and B6. RGB value is (218,111,182). Sum of RGB (Red+Green+Blue) = 218+111+182=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FB6 is #259049. Grayscale: #969696. Windows color (decimal): -2461770 or 11956186. OLE color: 11956186.

HSL color Cylindrical-coordinate representation of color #DA6FB6: hue angle of 320.19º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA6FB6 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 111 182 -
CMYK 0 0.49 0.17 0.15
HSL 320.19º 0.59% 0.65% -
HSV(B) 320.19º 0.49% 0.85% -
XYZ 43.04 29.65 47.71 -
YUV 151.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 218 111 182 0 0.49 0.17 0.15 320.19 0.59 0.65
Hex DA 6F B6 0 31 11 F 140 3B 41
Octal 332 157 266 0 61 21 17 500 73 101
Binary 11011010 1101111 10110110 0 110001 10001 1111 101000000 111011 1000001

Color Harmonies of #DA6FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FB6

Black with #DA6FB6

Text Example


Text Example

White with #DA6FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FB6; }

 p { color: rgb(218,111,182); }

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

background-color css

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

 a { background-color: rgb(218,111,182); }

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

border-color css

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

 span { border-color: rgb(218,111,182); }

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