Html Css Color HEX #DA6DB5 Persian Pink

📋 copy color: '#DA6DB5'

red 218 ◦ green 109 ◦ blue 181

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

Shades of Persian Pink #DA6DB5

Tints of Persian Pink #DA6DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.63%

R = 42.91%
G = 21.46%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA6DB5 (or 0xDA6DB5) is known color: Persian Pink. HEX triplet: DA, 6D and B5. RGB value is (218,109,181). Sum of RGB (Red+Green+Blue) = 218+109+181=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DB5 is #25924A. Grayscale: #959595. Windows color (decimal): -2462283 or 11890138. OLE color: 11890138.

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

Color convert

RGB 218 109 181 -
CMYK 0 0.5 0.17 0.15
HSL 320.37º 0.6% 0.64% -
HSV(B) 320.37º 0.5% 0.85% -
XYZ 42.72 29.18 47.1 -
YUV 149.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 218 109 181 0 0.5 0.17 0.15 320.37 0.6 0.64
Hex DA 6D B5 0 32 11 F 140 3C 40
Octal 332 155 265 0 62 21 17 500 74 100
Binary 11011010 1101101 10110101 0 110010 10001 1111 101000000 111100 1000000

Color Harmonies of #DA6DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6DB5

Black with #DA6DB5

Text Example


Text Example

White with #DA6DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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