Html Css Color HEX #D771B5 Persian Pink

📋 copy color: '#D771B5'

red 215 ◦ green 113 ◦ blue 181

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

Shades of Persian Pink #D771B5

Tints of Persian Pink #D771B5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.2%

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

R = 42.24%
G = 22.2%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D771B5 (or 0xD771B5) is known color: Persian Pink. HEX triplet: D7, 71 and B5. RGB value is (215,113,181). Sum of RGB (Red+Green+Blue) = 215+113+181=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D771B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D771B5 is #288E4A. Grayscale: #979797. Windows color (decimal): -2657867 or 11891159. OLE color: 11891159.

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

Color convert

RGB 215 113 181 -
CMYK 0 0.47 0.16 0.16
HSL 320º 0.56% 0.64% -
HSV(B) 320º 0.47% 0.84% -
XYZ 42.27 29.59 47.2 -
YUV 151.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 215 113 181 0 0.47 0.16 0.16 320 0.56 0.64
Hex D7 71 B5 0 2F 10 10 140 38 40
Octal 327 161 265 0 57 20 20 500 70 100
Binary 11010111 1110001 10110101 0 101111 10000 10000 101000000 111000 1000000

Color Harmonies of #D771B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D771B5

Black with #D771B5

Text Example


Text Example

White with #D771B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D771B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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