Html Css Color HEX #DA6DB8 Persian Pink

📋 copy color: '#DA6DB8'

red 218 ◦ green 109 ◦ blue 184

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

Shades of Persian Pink #DA6DB8

Tints of Persian Pink #DA6DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.01%

R = 42.66%
G = 21.33%
B = 36.01%

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

#DA6DB8 (or 0xDA6DB8) is known color: Persian Pink. HEX triplet: DA, 6D and B8. RGB value is (218,109,184). Sum of RGB (Red+Green+Blue) = 218+109+184=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DB8 is #259247. Grayscale: #959595. Windows color (decimal): -2462280 or 12086746. OLE color: 12086746.

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

Color convert

RGB 218 109 184 -
CMYK 0 0.5 0.16 0.15
HSL 318.72º 0.6% 0.64% -
HSV(B) 318.72º 0.5% 0.85% -
XYZ 43.03 29.3 48.74 -
YUV 150.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 218 109 184 0 0.5 0.16 0.15 318.72 0.6 0.64
Hex DA 6D B8 0 32 10 F 13F 3C 40
Octal 332 155 270 0 62 20 17 477 74 100
Binary 11011010 1101101 10111000 0 110010 10000 1111 100111111 111100 1000000

Color Harmonies of #DA6DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6DB8

Black with #DA6DB8

Text Example


Text Example

White with #DA6DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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