Html Css Color HEX #DA6DB7 Persian Pink

📋 copy color: '#DA6DB7'

red 218 ◦ green 109 ◦ blue 183

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

Shades of Persian Pink #DA6DB7

Tints of Persian Pink #DA6DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.88%

R = 42.75%
G = 21.37%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA6DB7 (or 0xDA6DB7) is known color: Persian Pink. HEX triplet: DA, 6D and B7. RGB value is (218,109,183). Sum of RGB (Red+Green+Blue) = 218+109+183=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DB7 is #259248. Grayscale: #959595. Windows color (decimal): -2462281 or 12021210. OLE color: 12021210.

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

Color convert

RGB 218 109 183 -
CMYK 0 0.5 0.16 0.15
HSL 319.27º 0.6% 0.64% -
HSV(B) 319.27º 0.5% 0.85% -
XYZ 42.93 29.26 48.19 -
YUV 150.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 218 109 183 0 0.5 0.16 0.15 319.27 0.6 0.64
Hex DA 6D B7 0 32 10 F 13F 3C 40
Octal 332 155 267 0 62 20 17 477 74 100
Binary 11011010 1101101 10110111 0 110010 10000 1111 100111111 111100 1000000

Color Harmonies of #DA6DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6DB7

Black with #DA6DB7

Text Example


Text Example

White with #DA6DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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