Html Css Color HEX #DA7ABA Persian Pink

📋 copy color: '#DA7ABA'

red 218 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #DA7ABA

Tints of Persian Pink #DA7ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.19%

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 41.44%
G = 23.19%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA7ABA (or 0xDA7ABA) is known color: Persian Pink. HEX triplet: DA, 7A and BA. RGB value is (218,122,186). Sum of RGB (Red+Green+Blue) = 218+122+186=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ABA is #258545. Grayscale: #9D9D9D. Windows color (decimal): -2458950 or 12221146. OLE color: 12221146.

HSL color Cylindrical-coordinate representation of color #DA7ABA: hue angle of 320º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7ABA is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 122 186 -
CMYK 0 0.44 0.15 0.15
HSL 320º 0.56% 0.67% -
HSV(B) 320º 0.44% 0.85% -
XYZ 44.74 32.37 50.34 -
YUV 158 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 218 122 186 0 0.44 0.15 0.15 320 0.56 0.67
Hex DA 7A BA 0 2C F F 140 38 43
Octal 332 172 272 0 54 17 17 500 70 103
Binary 11011010 1111010 10111010 0 101100 1111 1111 101000000 111000 1000011

Color Harmonies of #DA7ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7ABA

Black with #DA7ABA

Text Example


Text Example

White with #DA7ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7ABA; }

 p { color: rgb(218,122,186); }

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

background-color css

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

 a { background-color: rgb(218,122,186); }

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

border-color css

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

 span { border-color: rgb(218,122,186); }

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