Html Css Color HEX #DA6EB2 Persian Pink

📋 copy color: '#DA6EB2'

red 218 ◦ green 110 ◦ blue 178

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

Shades of Persian Pink #DA6EB2

Tints of Persian Pink #DA6EB2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.74%

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

R = 43.08%
G = 21.74%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA6EB2 (or 0xDA6EB2) is known color: Persian Pink. HEX triplet: DA, 6E and B2. RGB value is (218,110,178). Sum of RGB (Red+Green+Blue) = 218+110+178=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6EB2 is #25914D. Grayscale: #959595. Windows color (decimal): -2462030 or 11693786. OLE color: 11693786.

HSL color Cylindrical-coordinate representation of color #DA6EB2: hue angle of 322.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6EB2 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 110 178 -
CMYK 0 0.50 0.18 0.15
HSL 322.22º 0.59% 0.64% -
HSV(B) 322.22º 0.5% 0.85% -
XYZ 42.53 29.27 45.53 -
YUV 150.04 143.78 176.47 -
System Red Green Blue C M Y K H S L
Decimal 218 110 178 0 0.50 0.18 0.15 322.22 0.59 0.64
Hex DA 6E B2 0 32 12 F 142 3B 40
Octal 332 156 262 0 62 22 17 502 73 100
Binary 11011010 1101110 10110010 0 110010 10010 1111 101000010 111011 1000000

Color Harmonies of #DA6EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6EB2

Black with #DA6EB2

Text Example


Text Example

White with #DA6EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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