Html Css Color HEX #D676B1 Persian Pink

📋 copy color: '#D676B1'

red 214 ◦ green 118 ◦ blue 177

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

Shades of Persian Pink #D676B1

Tints of Persian Pink #D676B1

RGB

 RED value IS 214 (83.98% from 255) = 42.04%

 GREEN value IS 118 (46.48% from 255) = 23.18%

 BLUE value IS 177 (69.53% from 255) = 34.77%

R = 42.04%
G = 23.18%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D676B1 (or 0xD676B1) is known color: Persian Pink. HEX triplet: D6, 76 and B1. RGB value is (214,118,177). Sum of RGB (Red+Green+Blue) = 214+118+177=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D676B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D676B1 is #29894E. Grayscale: #999999. Windows color (decimal): -2722127 or 11630294. OLE color: 11630294.

HSL color Cylindrical-coordinate representation of color #D676B1: hue angle of 323.12º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D676B1 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 118 177 -
CMYK 0 0.45 0.17 0.16
HSL 323.13º 0.54% 0.65% -
HSV(B) 323.13º 0.45% 0.84% -
XYZ 42.15 30.43 45.25 -
YUV 153.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 214 118 177 0 0.45 0.17 0.16 323.13 0.54 0.65
Hex D6 76 B1 0 2D 11 10 143 36 41
Octal 326 166 261 0 55 21 20 503 66 101
Binary 11010110 1110110 10110001 0 101101 10001 10000 101000011 110110 1000001

Color Harmonies of #D676B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676B1

Black with #D676B1

Text Example


Text Example

White with #D676B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676B1; }

 p { color: rgb(214,118,177); }

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

background-color css

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

 a { background-color: rgb(214,118,177); }

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

border-color css

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

 span { border-color: rgb(214,118,177); }

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