Html Css Color HEX #D875B1 Persian Pink

📋 copy color: '#D875B1'

red 216 ◦ green 117 ◦ blue 177

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

Shades of Persian Pink #D875B1

Tints of Persian Pink #D875B1

RGB

 RED value IS 216 (84.77% from 255) = 42.35%

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

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

R = 42.35%
G = 22.94%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D875B1 (or 0xD875B1) is known color: Persian Pink. HEX triplet: D8, 75 and B1. RGB value is (216,117,177). Sum of RGB (Red+Green+Blue) = 216+117+177=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D875B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D875B1 is #278A4E. Grayscale: #999999. Windows color (decimal): -2591311 or 11630040. OLE color: 11630040.

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

Color convert

RGB 216 117 177 -
CMYK 0 0.46 0.18 0.15
HSL 323.64º 0.56% 0.65% -
HSV(B) 323.64º 0.46% 0.85% -
XYZ 42.62 30.5 45.24 -
YUV 153.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 216 117 177 0 0.46 0.18 0.15 323.64 0.56 0.65
Hex D8 75 B1 0 2E 12 F 144 38 41
Octal 330 165 261 0 56 22 17 504 70 101
Binary 11011000 1110101 10110001 0 101110 10010 1111 101000100 111000 1000001

Color Harmonies of #D875B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875B1

Black with #D875B1

Text Example


Text Example

White with #D875B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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