Html Css Color HEX #D875BA Persian Pink

📋 copy color: '#D875BA'

red 216 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #D875BA

Tints of Persian Pink #D875BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 41.62%
G = 22.54%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D875BA (or 0xD875BA) is known color: Persian Pink. HEX triplet: D8, 75 and BA. RGB value is (216,117,186). Sum of RGB (Red+Green+Blue) = 216+117+186=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D875BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875BA is #278A45. Grayscale: #9A9A9A. Windows color (decimal): -2591302 or 12219864. OLE color: 12219864.

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

Color convert

RGB 216 117 186 -
CMYK 0 0.46 0.14 0.15
HSL 318.18º 0.56% 0.65% -
HSV(B) 318.18º 0.46% 0.85% -
XYZ 43.54 30.87 50.12 -
YUV 154.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 216 117 186 0 0.46 0.14 0.15 318.18 0.56 0.65
Hex D8 75 BA 0 2E E F 13E 38 41
Octal 330 165 272 0 56 16 17 476 70 101
Binary 11011000 1110101 10111010 0 101110 1110 1111 100111110 111000 1000001

Color Harmonies of #D875BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875BA

Black with #D875BA

Text Example


Text Example

White with #D875BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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