Html Css Color HEX #D77DB3 Persian Pink

📋 copy color: '#D77DB3'

red 215 ◦ green 125 ◦ blue 179

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

Shades of Persian Pink #D77DB3

Tints of Persian Pink #D77DB3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.08%

 BLUE value IS 179 (70.31% from 255) = 34.49%

R = 41.43%
G = 24.08%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D77DB3 (or 0xD77DB3) is known color: Persian Pink. HEX triplet: D7, 7D and B3. RGB value is (215,125,179). Sum of RGB (Red+Green+Blue) = 215+125+179=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DB3 is #28824C. Grayscale: #9D9D9D. Windows color (decimal): -2654797 or 11763159. OLE color: 11763159.

HSL color Cylindrical-coordinate representation of color #D77DB3: hue angle of 324º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DB3 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 125 179 -
CMYK 0 0.42 0.17 0.16
HSL 324º 0.53% 0.67% -
HSV(B) 324º 0.42% 0.84% -
XYZ 43.49 32.37 46.6 -
YUV 158.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 215 125 179 0 0.42 0.17 0.16 324 0.53 0.67
Hex D7 7D B3 0 2A 11 10 144 35 43
Octal 327 175 263 0 52 21 20 504 65 103
Binary 11010111 1111101 10110011 0 101010 10001 10000 101000100 110101 1000011

Color Harmonies of #D77DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DB3

Black with #D77DB3

Text Example


Text Example

White with #D77DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DB3; }

 p { color: rgb(215,125,179); }

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

background-color css

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

 a { background-color: rgb(215,125,179); }

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

border-color css

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

 span { border-color: rgb(215,125,179); }

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