Html Css Color HEX #D775B8 Persian Pink

📋 copy color: '#D775B8'

red 215 ◦ green 117 ◦ blue 184

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

Shades of Persian Pink #D775B8

Tints of Persian Pink #D775B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.66%

R = 41.67%
G = 22.67%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D775B8 (or 0xD775B8) is known color: Persian Pink. HEX triplet: D7, 75 and B8. RGB value is (215,117,184). Sum of RGB (Red+Green+Blue) = 215+117+184=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 184 (72.27% from 255 or 35.66% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D775B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D775B8 is #288A47. Grayscale: #999999. Windows color (decimal): -2656840 or 12088791. OLE color: 12088791.

HSL color Cylindrical-coordinate representation of color #D775B8: hue angle of 318.98º 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 #D775B8 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 117 184 -
CMYK 0 0.46 0.14 0.16
HSL 318.98º 0.55% 0.65% -
HSV(B) 318.98º 0.46% 0.84% -
XYZ 43.04 30.63 48.99 -
YUV 153.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 215 117 184 0 0.46 0.14 0.16 318.98 0.55 0.65
Hex D7 75 B8 0 2E E 10 13F 37 41
Octal 327 165 270 0 56 16 20 477 67 101
Binary 11010111 1110101 10111000 0 101110 1110 10000 100111111 110111 1000001

Color Harmonies of #D775B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D775B8

Black with #D775B8

Text Example


Text Example

White with #D775B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D775B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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