Html Css Color HEX #DA6EB1 Persian Pink

📋 copy color: '#DA6EB1'

red 218 ◦ green 110 ◦ blue 177

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

Shades of Persian Pink #DA6EB1

Tints of Persian Pink #DA6EB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.05%

R = 43.17%
G = 21.78%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA6EB1 (or 0xDA6EB1) is known color: Persian Pink. HEX triplet: DA, 6E and B1. RGB value is (218,110,177). Sum of RGB (Red+Green+Blue) = 218+110+177=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6EB1 is #25914E. Grayscale: #959595. Windows color (decimal): -2462031 or 11628250. OLE color: 11628250.

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

Color convert

RGB 218 110 177 -
CMYK 0 0.50 0.19 0.15
HSL 322.78º 0.59% 0.64% -
HSV(B) 322.78º 0.5% 0.85% -
XYZ 42.43 29.23 45 -
YUV 149.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 218 110 177 0 0.50 0.19 0.15 322.78 0.59 0.64
Hex DA 6E B1 0 32 13 F 143 3B 40
Octal 332 156 261 0 62 23 17 503 73 100
Binary 11011010 1101110 10110001 0 110010 10011 1111 101000011 111011 1000000

Color Harmonies of #DA6EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6EB1

Black with #DA6EB1

Text Example


Text Example

White with #DA6EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6EB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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