Html Css Color HEX #D676B3 Persian Pink

📋 copy color: '#D676B3'

red 214 ◦ green 118 ◦ blue 179

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

Shades of Persian Pink #D676B3

Tints of Persian Pink #D676B3

RGB

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

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

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

R = 41.88%
G = 23.09%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D676B3 (or 0xD676B3) is known color: Persian Pink. HEX triplet: D6, 76 and B3. RGB value is (214,118,179). Sum of RGB (Red+Green+Blue) = 214+118+179=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D676B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676B3 is #29894C. Grayscale: #999999. Windows color (decimal): -2722125 or 11761366. OLE color: 11761366.

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

Color convert

RGB 214 118 179 -
CMYK 0 0.45 0.16 0.16
HSL 321.88º 0.54% 0.65% -
HSV(B) 321.88º 0.45% 0.84% -
XYZ 42.35 30.51 46.3 -
YUV 153.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 214 118 179 0 0.45 0.16 0.16 321.88 0.54 0.65
Hex D6 76 B3 0 2D 10 10 142 36 41
Octal 326 166 263 0 55 20 20 502 66 101
Binary 11010110 1110110 10110011 0 101101 10000 10000 101000010 110110 1000001

Color Harmonies of #D676B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676B3

Black with #D676B3

Text Example


Text Example

White with #D676B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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