Html Css Color HEX #D679BA Persian Pink

📋 copy color: '#D679BA'

red 214 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #D679BA

Tints of Persian Pink #D679BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 41.07%
G = 23.22%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D679BA (or 0xD679BA) is known color: Persian Pink. HEX triplet: D6, 79 and BA. RGB value is (214,121,186). Sum of RGB (Red+Green+Blue) = 214+121+186=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D679BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679BA is #298645. Grayscale: #9C9C9C. Windows color (decimal): -2721350 or 12220886. OLE color: 12220886.

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

Color convert

RGB 214 121 186 -
CMYK 0 0.43 0.13 0.16
HSL 318.06º 0.53% 0.66% -
HSV(B) 318.06º 0.43% 0.84% -
XYZ 43.43 31.52 50.25 -
YUV 156.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 214 121 186 0 0.43 0.13 0.16 318.06 0.53 0.66
Hex D6 79 BA 0 2B D 10 13E 35 42
Octal 326 171 272 0 53 15 20 476 65 102
Binary 11010110 1111001 10111010 0 101011 1101 10000 100111110 110101 1000010

Color Harmonies of #D679BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D679BA

Black with #D679BA

Text Example


Text Example

White with #D679BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D679BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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