Html Css Color HEX #D875B5 Persian Pink

📋 copy color: '#D875B5'

red 216 ◦ green 117 ◦ blue 181

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

Shades of Persian Pink #D875B5

Tints of Persian Pink #D875B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.21%

R = 42.02%
G = 22.76%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D875B5 (or 0xD875B5) is known color: Persian Pink. HEX triplet: D8, 75 and B5. RGB value is (216,117,181). Sum of RGB (Red+Green+Blue) = 216+117+181=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D875B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875B5 is #278A4A. Grayscale: #999999. Windows color (decimal): -2591307 or 11892184. OLE color: 11892184.

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

Color convert

RGB 216 117 181 -
CMYK 0 0.46 0.16 0.15
HSL 321.21º 0.56% 0.65% -
HSV(B) 321.21º 0.46% 0.85% -
XYZ 43.02 30.66 47.37 -
YUV 153.9 143.3 172.3 -
System Red Green Blue C M Y K H S L
Decimal 216 117 181 0 0.46 0.16 0.15 321.21 0.56 0.65
Hex D8 75 B5 0 2E 10 F 141 38 41
Octal 330 165 265 0 56 20 17 501 70 101
Binary 11011000 1110101 10110101 0 101110 10000 1111 101000001 111000 1000001

Color Harmonies of #D875B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875B5

Black with #D875B5

Text Example


Text Example

White with #D875B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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