Html Css Color HEX #D775B1 Persian Pink

📋 copy color: '#D775B1'

red 215 ◦ green 117 ◦ blue 177

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

Shades of Persian Pink #D775B1

Tints of Persian Pink #D775B1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.99%

 BLUE value IS 177 (69.53% from 255) = 34.77%

R = 42.24%
G = 22.99%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D775B1 (or 0xD775B1) is known color: Persian Pink. HEX triplet: D7, 75 and B1. RGB value is (215,117,177). Sum of RGB (Red+Green+Blue) = 215+117+177=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D775B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D775B1 is #288A4E. Grayscale: #999999. Windows color (decimal): -2656847 or 11630039. OLE color: 11630039.

HSL color Cylindrical-coordinate representation of color #D775B1: hue angle of 323.27º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D775B1 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 117 177 -
CMYK 0 0.46 0.18 0.16
HSL 323.27º 0.55% 0.65% -
HSV(B) 323.27º 0.46% 0.84% -
XYZ 42.32 30.34 45.22 -
YUV 153.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 215 117 177 0 0.46 0.18 0.16 323.27 0.55 0.65
Hex D7 75 B1 0 2E 12 10 143 37 41
Octal 327 165 261 0 56 22 20 503 67 101
Binary 11010111 1110101 10110001 0 101110 10010 10000 101000011 110111 1000001

Color Harmonies of #D775B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D775B1

Black with #D775B1

Text Example


Text Example

White with #D775B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D775B1; }

 p { color: rgb(215,117,177); }

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

background-color css

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

 a { background-color: rgb(215,117,177); }

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

border-color css

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

 span { border-color: rgb(215,117,177); }

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