Html Css Color HEX #D780BA Persian Pink

📋 copy color: '#D780BA'

red 215 ◦ green 128 ◦ blue 186

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

Shades of Persian Pink #D780BA

Tints of Persian Pink #D780BA

RGB

 RED value IS 215 (84.38% from 255) = 40.64%

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

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

R = 40.64%
G = 24.2%
B = 35.16%

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

#D780BA (or 0xD780BA) is known color: Persian Pink. HEX triplet: D7, 80 and BA. RGB value is (215,128,186). Sum of RGB (Red+Green+Blue) = 215+128+186=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D780BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780BA is #287F45. Grayscale: #A0A0A0. Windows color (decimal): -2654022 or 12222679. OLE color: 12222679.

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

Color convert

RGB 215 128 186 -
CMYK 0 0.40 0.13 0.16
HSL 320º 0.52% 0.67% -
HSV(B) 320º 0.4% 0.84% -
XYZ 44.61 33.43 50.56 -
YUV 160.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 215 128 186 0 0.40 0.13 0.16 320 0.52 0.67
Hex D7 80 BA 0 28 D 10 140 34 43
Octal 327 200 272 0 50 15 20 500 64 103
Binary 11010111 10000000 10111010 0 101000 1101 10000 101000000 110100 1000011

Color Harmonies of #D780BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D780BA

Black with #D780BA

Text Example


Text Example

White with #D780BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D780BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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