Html Css Color HEX #D878AF Persian Pink

📋 copy color: '#D878AF'

red 216 ◦ green 120 ◦ blue 175

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

Shades of Persian Pink #D878AF

Tints of Persian Pink #D878AF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.48%

 BLUE value IS 175 (68.75% from 255) = 34.25%

R = 42.27%
G = 23.48%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D878AF (or 0xD878AF) is known color: Persian Pink. HEX triplet: D8, 78 and AF. RGB value is (216,120,175). Sum of RGB (Red+Green+Blue) = 216+120+175=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D878AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D878AF is #278750. Grayscale: #9A9A9A. Windows color (decimal): -2590545 or 11499736. OLE color: 11499736.

HSL color Cylindrical-coordinate representation of color #D878AF: hue angle of 325.62º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D878AF is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 120 175 -
CMYK 0 0.44 0.19 0.15
HSL 325.63º 0.55% 0.66% -
HSV(B) 325.63º 0.44% 0.85% -
XYZ 42.77 31.13 44.31 -
YUV 154.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 216 120 175 0 0.44 0.19 0.15 325.63 0.55 0.66
Hex D8 78 AF 0 2C 13 F 146 37 42
Octal 330 170 257 0 54 23 17 506 67 102
Binary 11011000 1111000 10101111 0 101100 10011 1111 101000110 110111 1000010

Color Harmonies of #D878AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D878AF

Black with #D878AF

Text Example


Text Example

White with #D878AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D878AF; }

 p { color: rgb(216,120,175); }

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

background-color css

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

 a { background-color: rgb(216,120,175); }

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

border-color css

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

 span { border-color: rgb(216,120,175); }

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