Html Css Color HEX #D679B6 Persian Pink

📋 copy color: '#D679B6'

red 214 ◦ green 121 ◦ blue 182

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

Shades of Persian Pink #D679B6

Tints of Persian Pink #D679B6

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.4%

 BLUE value IS 182 (71.48% from 255) = 35.2%

R = 41.39%
G = 23.4%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D679B6 (or 0xD679B6) is known color: Persian Pink. HEX triplet: D6, 79 and B6. RGB value is (214,121,182). Sum of RGB (Red+Green+Blue) = 214+121+182=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D679B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679B6 is #298649. Grayscale: #9B9B9B. Windows color (decimal): -2721354 or 11958742. OLE color: 11958742.

HSL color Cylindrical-coordinate representation of color #D679B6: hue angle of 320.65º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D679B6 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 121 182 -
CMYK 0 0.43 0.15 0.16
HSL 320.65º 0.53% 0.66% -
HSV(B) 320.65º 0.43% 0.84% -
XYZ 43.01 31.35 48.04 -
YUV 155.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 214 121 182 0 0.43 0.15 0.16 320.65 0.53 0.66
Hex D6 79 B6 0 2B F 10 141 35 42
Octal 326 171 266 0 53 17 20 501 65 102
Binary 11010110 1111001 10110110 0 101011 1111 10000 101000001 110101 1000010

Color Harmonies of #D679B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D679B6

Black with #D679B6

Text Example


Text Example

White with #D679B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D679B6; }

 p { color: rgb(214,121,182); }

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

background-color css

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

 a { background-color: rgb(214,121,182); }

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

border-color css

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

 span { border-color: rgb(214,121,182); }

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