Html Css Color HEX #D76FB5 Persian Pink

📋 copy color: '#D76FB5'

red 215 ◦ green 111 ◦ blue 181

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

Shades of Persian Pink #D76FB5

Tints of Persian Pink #D76FB5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.89%

 BLUE value IS 181 (71.09% from 255) = 35.7%

R = 42.41%
G = 21.89%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D76FB5 (or 0xD76FB5) is known color: Persian Pink. HEX triplet: D7, 6F and B5. RGB value is (215,111,181). Sum of RGB (Red+Green+Blue) = 215+111+181=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FB5 is #28904A. Grayscale: #959595. Windows color (decimal): -2658379 or 11890647. OLE color: 11890647.

HSL color Cylindrical-coordinate representation of color #D76FB5: hue angle of 319.62º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76FB5 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 111 181 -
CMYK 0 0.48 0.16 0.16
HSL 319.62º 0.57% 0.64% -
HSV(B) 319.62º 0.48% 0.84% -
XYZ 42.05 29.15 47.13 -
YUV 150.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 215 111 181 0 0.48 0.16 0.16 319.62 0.57 0.64
Hex D7 6F B5 0 30 10 10 140 39 40
Octal 327 157 265 0 60 20 20 500 71 100
Binary 11010111 1101111 10110101 0 110000 10000 10000 101000000 111001 1000000

Color Harmonies of #D76FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FB5

Black with #D76FB5

Text Example


Text Example

White with #D76FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FB5; }

 p { color: rgb(215,111,181); }

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

background-color css

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

 a { background-color: rgb(215,111,181); }

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

border-color css

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

 span { border-color: rgb(215,111,181); }

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