Html Css Color HEX #D874B3 Persian Pink

📋 copy color: '#D874B3'

red 216 ◦ green 116 ◦ blue 179

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

Shades of Persian Pink #D874B3

Tints of Persian Pink #D874B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.03%

R = 42.27%
G = 22.7%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D874B3 (or 0xD874B3) is known color: Persian Pink. HEX triplet: D8, 74 and B3. RGB value is (216,116,179). Sum of RGB (Red+Green+Blue) = 216+116+179=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D874B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D874B3 is #278B4C. Grayscale: #989898. Windows color (decimal): -2591565 or 11760856. OLE color: 11760856.

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

Color convert

RGB 216 116 179 -
CMYK 0 0.46 0.17 0.15
HSL 322.2º 0.56% 0.65% -
HSV(B) 322.2º 0.46% 0.85% -
XYZ 42.7 30.34 46.25 -
YUV 153.08 142.63 172.88 -
System Red Green Blue C M Y K H S L
Decimal 216 116 179 0 0.46 0.17 0.15 322.2 0.56 0.65
Hex D8 74 B3 0 2E 11 F 142 38 41
Octal 330 164 263 0 56 21 17 502 70 101
Binary 11011000 1110100 10110011 0 101110 10001 1111 101000010 111000 1000001

Color Harmonies of #D874B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D874B3

Black with #D874B3

Text Example


Text Example

White with #D874B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D874B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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