Html Css Color HEX #D676B2 Persian Pink

📋 copy color: '#D676B2'

red 214 ◦ green 118 ◦ blue 178

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

Shades of Persian Pink #D676B2

Tints of Persian Pink #D676B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.9%

R = 41.96%
G = 23.14%
B = 34.9%

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

#D676B2 (or 0xD676B2) is known color: Persian Pink. HEX triplet: D6, 76 and B2. RGB value is (214,118,178). Sum of RGB (Red+Green+Blue) = 214+118+178=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D676B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D676B2 is #29894D. Grayscale: #999999. Windows color (decimal): -2722126 or 11695830. OLE color: 11695830.

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

Color convert

RGB 214 118 178 -
CMYK 0 0.45 0.17 0.16
HSL 322.5º 0.54% 0.65% -
HSV(B) 322.5º 0.45% 0.84% -
XYZ 42.25 30.47 45.77 -
YUV 153.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 214 118 178 0 0.45 0.17 0.16 322.5 0.54 0.65
Hex D6 76 B2 0 2D 11 10 142 36 41
Octal 326 166 262 0 55 21 20 502 66 101
Binary 11010110 1110110 10110010 0 101101 10001 10000 101000010 110110 1000001

Color Harmonies of #D676B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676B2

Black with #D676B2

Text Example


Text Example

White with #D676B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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