Html Css Color HEX #D679B5 Persian Pink

📋 copy color: '#D679B5'

red 214 ◦ green 121 ◦ blue 181

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

Shades of Persian Pink #D679B5

Tints of Persian Pink #D679B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.08%

R = 41.47%
G = 23.45%
B = 35.08%

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

#D679B5 (or 0xD679B5) is known color: Persian Pink. HEX triplet: D6, 79 and B5. RGB value is (214,121,181). Sum of RGB (Red+Green+Blue) = 214+121+181=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D679B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679B5 is #29864A. Grayscale: #9B9B9B. Windows color (decimal): -2721355 or 11893206. OLE color: 11893206.

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

Color convert

RGB 214 121 181 -
CMYK 0 0.43 0.15 0.16
HSL 321.29º 0.53% 0.66% -
HSV(B) 321.29º 0.43% 0.84% -
XYZ 42.91 31.31 47.5 -
YUV 155.65 142.31 169.62 -
System Red Green Blue C M Y K H S L
Decimal 214 121 181 0 0.43 0.15 0.16 321.29 0.53 0.66
Hex D6 79 B5 0 2B F 10 141 35 42
Octal 326 171 265 0 53 17 20 501 65 102
Binary 11010110 1111001 10110101 0 101011 1111 10000 101000001 110101 1000010

Color Harmonies of #D679B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D679B5

Black with #D679B5

Text Example


Text Example

White with #D679B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D679B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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