Html Css Color HEX #D679B7 Persian Pink

📋 copy color: '#D679B7'

red 214 ◦ green 121 ◦ blue 183

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

Shades of Persian Pink #D679B7

Tints of Persian Pink #D679B7

RGB

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

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

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

R = 41.31%
G = 23.36%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D679B7 (or 0xD679B7) is known color: Persian Pink. HEX triplet: D6, 79 and B7. RGB value is (214,121,183). Sum of RGB (Red+Green+Blue) = 214+121+183=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D679B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679B7 is #298648. Grayscale: #9B9B9B. Windows color (decimal): -2721353 or 12024278. OLE color: 12024278.

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

Color convert

RGB 214 121 183 -
CMYK 0 0.43 0.14 0.16
HSL 320º 0.53% 0.66% -
HSV(B) 320º 0.43% 0.84% -
XYZ 43.12 31.39 48.59 -
YUV 155.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 214 121 183 0 0.43 0.14 0.16 320 0.53 0.66
Hex D6 79 B7 0 2B E 10 140 35 42
Octal 326 171 267 0 53 16 20 500 65 102
Binary 11010110 1111001 10110111 0 101011 1110 10000 101000000 110101 1000010

Color Harmonies of #D679B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D679B7

Black with #D679B7

Text Example


Text Example

White with #D679B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D679B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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