Html Css Color HEX #D874B5 Persian Pink

📋 copy color: '#D874B5'

red 216 ◦ green 116 ◦ blue 181

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

Shades of Persian Pink #D874B5

Tints of Persian Pink #D874B5

RGB

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

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

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

R = 42.11%
G = 22.61%
B = 35.28%

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

#D874B5 (or 0xD874B5) is known color: Persian Pink. HEX triplet: D8, 74 and B5. RGB value is (216,116,181). Sum of RGB (Red+Green+Blue) = 216+116+181=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D874B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D874B5 is #278B4A. Grayscale: #999999. Windows color (decimal): -2591563 or 11891928. OLE color: 11891928.

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

Color convert

RGB 216 116 181 -
CMYK 0 0.46 0.16 0.15
HSL 321º 0.56% 0.65% -
HSV(B) 321º 0.46% 0.85% -
XYZ 42.9 30.43 47.33 -
YUV 153.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 216 116 181 0 0.46 0.16 0.15 321 0.56 0.65
Hex D8 74 B5 0 2E 10 F 141 38 41
Octal 330 164 265 0 56 20 17 501 70 101
Binary 11011000 1110100 10110101 0 101110 10000 1111 101000001 111000 1000001

Color Harmonies of #D874B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D874B5

Black with #D874B5

Text Example


Text Example

White with #D874B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D874B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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