Html Css Color HEX #D874B9 Persian Pink

📋 copy color: '#D874B9'

red 216 ◦ green 116 ◦ blue 185

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

Shades of Persian Pink #D874B9

Tints of Persian Pink #D874B9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.44%

 BLUE value IS 185 (72.66% from 255) = 35.78%

R = 41.78%
G = 22.44%
B = 35.78%

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

#D874B9 (or 0xD874B9) is known color: Persian Pink. HEX triplet: D8, 74 and B9. RGB value is (216,116,185). Sum of RGB (Red+Green+Blue) = 216+116+185=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D874B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D874B9 is #278B46. Grayscale: #999999. Windows color (decimal): -2591559 or 12154072. OLE color: 12154072.

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

Color convert

RGB 216 116 185 -
CMYK 0 0.46 0.14 0.15
HSL 318.6º 0.56% 0.65% -
HSV(B) 318.6º 0.46% 0.85% -
XYZ 43.32 30.59 49.52 -
YUV 153.77 145.63 172.39 -
System Red Green Blue C M Y K H S L
Decimal 216 116 185 0 0.46 0.14 0.15 318.6 0.56 0.65
Hex D8 74 B9 0 2E E F 13F 38 41
Octal 330 164 271 0 56 16 17 477 70 101
Binary 11011000 1110100 10111001 0 101110 1110 1111 100111111 111000 1000001

Color Harmonies of #D874B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D874B9

Black with #D874B9

Text Example


Text Example

White with #D874B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D874B9; }

 p { color: rgb(216,116,185); }

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

background-color css

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

 a { background-color: rgb(216,116,185); }

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

border-color css

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

 span { border-color: rgb(216,116,185); }

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