Html Css Color HEX #D77ABA Persian Pink

📋 copy color: '#D77ABA'

red 215 ◦ green 122 ◦ blue 186

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

Shades of Persian Pink #D77ABA

Tints of Persian Pink #D77ABA

RGB

 RED value IS 215 (84.38% from 255) = 41.11%

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

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

R = 41.11%
G = 23.33%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D77ABA (or 0xD77ABA) is known color: Persian Pink. HEX triplet: D7, 7A and BA. RGB value is (215,122,186). Sum of RGB (Red+Green+Blue) = 215+122+186=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D77ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ABA is #288545. Grayscale: #9C9C9C. Windows color (decimal): -2655558 or 12221143. OLE color: 12221143.

HSL color Cylindrical-coordinate representation of color #D77ABA: hue angle of 318.71º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77ABA is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 122 186 -
CMYK 0 0.43 0.13 0.16
HSL 318.71º 0.54% 0.66% -
HSV(B) 318.71º 0.43% 0.84% -
XYZ 43.85 31.91 50.3 -
YUV 157.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 215 122 186 0 0.43 0.13 0.16 318.71 0.54 0.66
Hex D7 7A BA 0 2B D 10 13F 36 42
Octal 327 172 272 0 53 15 20 477 66 102
Binary 11010111 1111010 10111010 0 101011 1101 10000 100111111 110110 1000010

Color Harmonies of #D77ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77ABA

Black with #D77ABA

Text Example


Text Example

White with #D77ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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