Html Css Color HEX #DA6AB7 Persian Pink

📋 copy color: '#DA6AB7'

red 218 ◦ green 106 ◦ blue 183

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

Shades of Persian Pink #DA6AB7

Tints of Persian Pink #DA6AB7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.91%

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

R = 43%
G = 20.91%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA6AB7 (or 0xDA6AB7) is known color: Persian Pink. HEX triplet: DA, 6A and B7. RGB value is (218,106,183). Sum of RGB (Red+Green+Blue) = 218+106+183=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6AB7 is #259548. Grayscale: #949494. Windows color (decimal): -2463049 or 12020442. OLE color: 12020442.

HSL color Cylindrical-coordinate representation of color #DA6AB7: hue angle of 318.75º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6AB7 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 106 183 -
CMYK 0 0.51 0.16 0.15
HSL 318.75º 0.6% 0.64% -
HSV(B) 318.75º 0.51% 0.85% -
XYZ 42.61 28.63 48.08 -
YUV 148.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 218 106 183 0 0.51 0.16 0.15 318.75 0.6 0.64
Hex DA 6A B7 0 33 10 F 13F 3C 40
Octal 332 152 267 0 63 20 17 477 74 100
Binary 11011010 1101010 10110111 0 110011 10000 1111 100111111 111100 1000000

Color Harmonies of #DA6AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6AB7

Black with #DA6AB7

Text Example


Text Example

White with #DA6AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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