Html Css Color HEX #DA7ABB Persian Pink

📋 copy color: '#DA7ABB'

red 218 ◦ green 122 ◦ blue 187

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

Shades of Persian Pink #DA7ABB

Tints of Persian Pink #DA7ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.48%

R = 41.37%
G = 23.15%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA7ABB (or 0xDA7ABB) is known color: Persian Pink. HEX triplet: DA, 7A and BB. RGB value is (218,122,187). Sum of RGB (Red+Green+Blue) = 218+122+187=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ABB is #258544. Grayscale: #9D9D9D. Windows color (decimal): -2458949 or 12286682. OLE color: 12286682.

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

Color convert

RGB 218 122 187 -
CMYK 0 0.44 0.14 0.15
HSL 319.38º 0.56% 0.67% -
HSV(B) 319.38º 0.44% 0.85% -
XYZ 44.84 32.41 50.91 -
YUV 158.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 218 122 187 0 0.44 0.14 0.15 319.38 0.56 0.67
Hex DA 7A BB 0 2C E F 13F 38 43
Octal 332 172 273 0 54 16 17 477 70 103
Binary 11011010 1111010 10111011 0 101100 1110 1111 100111111 111000 1000011

Color Harmonies of #DA7ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7ABB

Black with #DA7ABB

Text Example


Text Example

White with #DA7ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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