Html Css Color HEX #D875B7 Persian Pink

📋 copy color: '#D875B7'

red 216 ◦ green 117 ◦ blue 183

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

Shades of Persian Pink #D875B7

Tints of Persian Pink #D875B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.47%

R = 41.86%
G = 22.67%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D875B7 (or 0xD875B7) is known color: Persian Pink. HEX triplet: D8, 75 and B7. RGB value is (216,117,183). Sum of RGB (Red+Green+Blue) = 216+117+183=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D875B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875B7 is #278A48. Grayscale: #999999. Windows color (decimal): -2591305 or 12023256. OLE color: 12023256.

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

Color convert

RGB 216 117 183 -
CMYK 0 0.46 0.15 0.15
HSL 320º 0.56% 0.65% -
HSV(B) 320º 0.46% 0.85% -
XYZ 43.23 30.74 48.45 -
YUV 154.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 216 117 183 0 0.46 0.15 0.15 320 0.56 0.65
Hex D8 75 B7 0 2E F F 140 38 41
Octal 330 165 267 0 56 17 17 500 70 101
Binary 11011000 1110101 10110111 0 101110 1111 1111 101000000 111000 1000001

Color Harmonies of #D875B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875B7

Black with #D875B7

Text Example


Text Example

White with #D875B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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