Html Css Color HEX #D680BA Persian Pink

📋 copy color: '#D680BA'

red 214 ◦ green 128 ◦ blue 186

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

Shades of Persian Pink #D680BA

Tints of Persian Pink #D680BA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.24%

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

R = 40.53%
G = 24.24%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D680BA (or 0xD680BA) is known color: Persian Pink. HEX triplet: D6, 80 and BA. RGB value is (214,128,186). Sum of RGB (Red+Green+Blue) = 214+128+186=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D680BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680BA is #297F45. Grayscale: #A0A0A0. Windows color (decimal): -2719558 or 12222678. OLE color: 12222678.

HSL color Cylindrical-coordinate representation of color #D680BA: hue angle of 319.53º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D680BA is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 186 -
CMYK 0 0.40 0.13 0.16
HSL 319.53º 0.51% 0.67% -
HSV(B) 319.53º 0.4% 0.84% -
XYZ 44.31 33.28 50.54 -
YUV 160.33 142.49 166.28 -
System Red Green Blue C M Y K H S L
Decimal 214 128 186 0 0.40 0.13 0.16 319.53 0.51 0.67
Hex D6 80 BA 0 28 D 10 140 33 43
Octal 326 200 272 0 50 15 20 500 63 103
Binary 11010110 10000000 10111010 0 101000 1101 10000 101000000 110011 1000011

Color Harmonies of #D680BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D680BA

Black with #D680BA

Text Example


Text Example

White with #D680BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D680BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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