Html Css Color HEX #DA6DB1 Persian Pink

📋 copy color: '#DA6DB1'

red 218 ◦ green 109 ◦ blue 177

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

Shades of Persian Pink #DA6DB1

Tints of Persian Pink #DA6DB1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.63%

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

R = 43.25%
G = 21.63%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA6DB1 (or 0xDA6DB1) is known color: Persian Pink. HEX triplet: DA, 6D and B1. RGB value is (218,109,177). Sum of RGB (Red+Green+Blue) = 218+109+177=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6DB1 is #25924E. Grayscale: #959595. Windows color (decimal): -2462287 or 11627994. OLE color: 11627994.

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

Color convert

RGB 218 109 177 -
CMYK 0 0.5 0.19 0.15
HSL 322.57º 0.6% 0.64% -
HSV(B) 322.57º 0.5% 0.85% -
XYZ 42.32 29.02 44.97 -
YUV 149.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 218 109 177 0 0.5 0.19 0.15 322.57 0.6 0.64
Hex DA 6D B1 0 32 13 F 143 3C 40
Octal 332 155 261 0 62 23 17 503 74 100
Binary 11011010 1101101 10110001 0 110010 10011 1111 101000011 111100 1000000

Color Harmonies of #DA6DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6DB1

Black with #DA6DB1

Text Example


Text Example

White with #DA6DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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