Html Css Color HEX #D77AB4 Persian Pink

📋 copy color: '#D77AB4'

red 215 ◦ green 122 ◦ blue 180

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

Shades of Persian Pink #D77AB4

Tints of Persian Pink #D77AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.82%

R = 41.59%
G = 23.6%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D77AB4 (or 0xD77AB4) is known color: Persian Pink. HEX triplet: D7, 7A and B4. RGB value is (215,122,180). Sum of RGB (Red+Green+Blue) = 215+122+180=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D77AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77AB4 is #28854B. Grayscale: #9C9C9C. Windows color (decimal): -2655564 or 11827927. OLE color: 11827927.

HSL color Cylindrical-coordinate representation of color #D77AB4: hue angle of 322.58º 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 #D77AB4 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 122 180 -
CMYK 0 0.43 0.16 0.16
HSL 322.58º 0.54% 0.66% -
HSV(B) 322.58º 0.43% 0.84% -
XYZ 43.22 31.66 47.01 -
YUV 156.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 215 122 180 0 0.43 0.16 0.16 322.58 0.54 0.66
Hex D7 7A B4 0 2B 10 10 143 36 42
Octal 327 172 264 0 53 20 20 503 66 102
Binary 11010111 1111010 10110100 0 101011 10000 10000 101000011 110110 1000010

Color Harmonies of #D77AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77AB4

Black with #D77AB4

Text Example


Text Example

White with #D77AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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