Html Css Color HEX #DA7ABC Persian Pink

📋 copy color: '#DA7ABC'

red 218 ◦ green 122 ◦ blue 188

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

Shades of Persian Pink #DA7ABC

Tints of Persian Pink #DA7ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.61%

R = 41.29%
G = 23.11%
B = 35.61%

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

#DA7ABC (or 0xDA7ABC) is known color: Persian Pink. HEX triplet: DA, 7A and BC. RGB value is (218,122,188). Sum of RGB (Red+Green+Blue) = 218+122+188=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ABC is #258543. Grayscale: #9E9E9E. Windows color (decimal): -2458948 or 12352218. OLE color: 12352218.

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

Color convert

RGB 218 122 188 -
CMYK 0 0.44 0.14 0.15
HSL 318.75º 0.56% 0.67% -
HSV(B) 318.75º 0.44% 0.85% -
XYZ 44.95 32.46 51.47 -
YUV 158.23 144.8 170.63 -
System Red Green Blue C M Y K H S L
Decimal 218 122 188 0 0.44 0.14 0.15 318.75 0.56 0.67
Hex DA 7A BC 0 2C E F 13F 38 43
Octal 332 172 274 0 54 16 17 477 70 103
Binary 11011010 1111010 10111100 0 101100 1110 1111 100111111 111000 1000011

Color Harmonies of #DA7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7ABC

Black with #DA7ABC

Text Example


Text Example

White with #DA7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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