Html Css Color HEX #DA7AB2 Persian Pink

📋 copy color: '#DA7AB2'

red 218 ◦ green 122 ◦ blue 178

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

Shades of Persian Pink #DA7AB2

Tints of Persian Pink #DA7AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.36%

R = 42.08%
G = 23.55%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#DA7AB2 (or 0xDA7AB2) is known color: Persian Pink. HEX triplet: DA, 7A and B2. RGB value is (218,122,178). Sum of RGB (Red+Green+Blue) = 218+122+178=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7AB2 is #25854D. Grayscale: #9C9C9C. Windows color (decimal): -2458958 or 11696858. OLE color: 11696858.

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

Color convert

RGB 218 122 178 -
CMYK 0 0.44 0.18 0.15
HSL 325º 0.56% 0.67% -
HSV(B) 325º 0.44% 0.85% -
XYZ 43.91 32.04 45.99 -
YUV 157.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 218 122 178 0 0.44 0.18 0.15 325 0.56 0.67
Hex DA 7A B2 0 2C 12 F 145 38 43
Octal 332 172 262 0 54 22 17 505 70 103
Binary 11011010 1111010 10110010 0 101100 10010 1111 101000101 111000 1000011

Color Harmonies of #DA7AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7AB2

Black with #DA7AB2

Text Example


Text Example

White with #DA7AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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