Html Css Color HEX #D676B7 Persian Pink

📋 copy color: '#D676B7'

red 214 ◦ green 118 ◦ blue 183

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

Shades of Persian Pink #D676B7

Tints of Persian Pink #D676B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.53%

R = 41.55%
G = 22.91%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D676B7 (or 0xD676B7) is known color: Persian Pink. HEX triplet: D6, 76 and B7. RGB value is (214,118,183). Sum of RGB (Red+Green+Blue) = 214+118+183=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D676B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676B7 is #298948. Grayscale: #999999. Windows color (decimal): -2722121 or 12023510. OLE color: 12023510.

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

Color convert

RGB 214 118 183 -
CMYK 0 0.45 0.14 0.16
HSL 319.38º 0.54% 0.65% -
HSV(B) 319.38º 0.45% 0.84% -
XYZ 42.76 30.67 48.47 -
YUV 154.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 214 118 183 0 0.45 0.14 0.16 319.38 0.54 0.65
Hex D6 76 B7 0 2D E 10 13F 36 41
Octal 326 166 267 0 55 16 20 477 66 101
Binary 11010110 1110110 10110111 0 101101 1110 10000 100111111 110110 1000001

Color Harmonies of #D676B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676B7

Black with #D676B7

Text Example


Text Example

White with #D676B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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