Html Css Color HEX #DA6DB4 Persian Pink

📋 copy color: '#DA6DB4'

red 218 ◦ green 109 ◦ blue 180

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

Shades of Persian Pink #DA6DB4

Tints of Persian Pink #DA6DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.5%

R = 43%
G = 21.5%
B = 35.5%

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

#DA6DB4 (or 0xDA6DB4) is known color: Persian Pink. HEX triplet: DA, 6D and B4. RGB value is (218,109,180). Sum of RGB (Red+Green+Blue) = 218+109+180=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DB4 is #25924B. Grayscale: #959595. Windows color (decimal): -2462284 or 11824602. OLE color: 11824602.

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

Color convert

RGB 218 109 180 -
CMYK 0 0.5 0.17 0.15
HSL 320.92º 0.6% 0.64% -
HSV(B) 320.92º 0.5% 0.85% -
XYZ 42.62 29.14 46.56 -
YUV 149.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 218 109 180 0 0.5 0.17 0.15 320.92 0.6 0.64
Hex DA 6D B4 0 32 11 F 141 3C 40
Octal 332 155 264 0 62 21 17 501 74 100
Binary 11011010 1101101 10110100 0 110010 10001 1111 101000001 111100 1000000

Color Harmonies of #DA6DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6DB4

Black with #DA6DB4

Text Example


Text Example

White with #DA6DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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