Html Css Color HEX #D775B2 Persian Pink

📋 copy color: '#D775B2'

red 215 ◦ green 117 ◦ blue 178

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

Shades of Persian Pink #D775B2

Tints of Persian Pink #D775B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.9%

R = 42.16%
G = 22.94%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D775B2 (or 0xD775B2) is known color: Persian Pink. HEX triplet: D7, 75 and B2. RGB value is (215,117,178). Sum of RGB (Red+Green+Blue) = 215+117+178=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D775B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D775B2 is #288A4D. Grayscale: #999999. Windows color (decimal): -2656846 or 11695575. OLE color: 11695575.

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

Color convert

RGB 215 117 178 -
CMYK 0 0.46 0.17 0.16
HSL 322.65º 0.55% 0.65% -
HSV(B) 322.65º 0.46% 0.84% -
XYZ 42.42 30.38 45.75 -
YUV 153.26 141.97 172.04 -
System Red Green Blue C M Y K H S L
Decimal 215 117 178 0 0.46 0.17 0.16 322.65 0.55 0.65
Hex D7 75 B2 0 2E 11 10 143 37 41
Octal 327 165 262 0 56 21 20 503 67 101
Binary 11010111 1110101 10110010 0 101110 10001 10000 101000011 110111 1000001

Color Harmonies of #D775B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D775B2

Black with #D775B2

Text Example


Text Example

White with #D775B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D775B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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