Html Css Color HEX #D77BBA Persian Pink

📋 copy color: '#D77BBA'

red 215 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #D77BBA

Tints of Persian Pink #D77BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.47%

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

R = 41.03%
G = 23.47%
B = 35.5%

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

#D77BBA (or 0xD77BBA) is known color: Persian Pink. HEX triplet: D7, 7B and BA. RGB value is (215,123,186). Sum of RGB (Red+Green+Blue) = 215+123+186=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BBA is #288445. Grayscale: #9D9D9D. Windows color (decimal): -2655302 or 12221399. OLE color: 12221399.

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

Color convert

RGB 215 123 186 -
CMYK 0 0.43 0.13 0.16
HSL 318.91º 0.53% 0.66% -
HSV(B) 318.91º 0.43% 0.84% -
XYZ 43.97 32.16 50.34 -
YUV 157.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 215 123 186 0 0.43 0.13 0.16 318.91 0.53 0.66
Hex D7 7B BA 0 2B D 10 13F 35 42
Octal 327 173 272 0 53 15 20 477 65 102
Binary 11010111 1111011 10111010 0 101011 1101 10000 100111111 110101 1000010

Color Harmonies of #D77BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77BBA

Black with #D77BBA

Text Example


Text Example

White with #D77BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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