Html Css Color HEX #D780BD Persian Pink

📋 copy color: '#D780BD'

red 215 ◦ green 128 ◦ blue 189

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

Shades of Persian Pink #D780BD

Tints of Persian Pink #D780BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.53%

R = 40.41%
G = 24.06%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D780BD (or 0xD780BD) is known color: Persian Pink. HEX triplet: D7, 80 and BD. RGB value is (215,128,189). Sum of RGB (Red+Green+Blue) = 215+128+189=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D780BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780BD is #287F42. Grayscale: #A0A0A0. Windows color (decimal): -2654019 or 12419287. OLE color: 12419287.

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

Color convert

RGB 215 128 189 -
CMYK 0 0.40 0.12 0.16
HSL 317.93º 0.52% 0.67% -
HSV(B) 317.93º 0.4% 0.84% -
XYZ 44.93 33.56 52.25 -
YUV 160.97 143.82 166.54 -
System Red Green Blue C M Y K H S L
Decimal 215 128 189 0 0.40 0.12 0.16 317.93 0.52 0.67
Hex D7 80 BD 0 28 C 10 13E 34 43
Octal 327 200 275 0 50 14 20 476 64 103
Binary 11010111 10000000 10111101 0 101000 1100 10000 100111110 110100 1000011

Color Harmonies of #D780BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D780BD

Black with #D780BD

Text Example


Text Example

White with #D780BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D780BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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