Html Css Color HEX #D780BC Persian Pink

📋 copy color: '#D780BC'

red 215 ◦ green 128 ◦ blue 188

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

Shades of Persian Pink #D780BC

Tints of Persian Pink #D780BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.4%

R = 40.49%
G = 24.11%
B = 35.4%

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

#D780BC (or 0xD780BC) is known color: Persian Pink. HEX triplet: D7, 80 and BC. RGB value is (215,128,188). Sum of RGB (Red+Green+Blue) = 215+128+188=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D780BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D780BC is #287F43. Grayscale: #A0A0A0. Windows color (decimal): -2654020 or 12353751. OLE color: 12353751.

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

Color convert

RGB 215 128 188 -
CMYK 0 0.40 0.13 0.16
HSL 318.62º 0.52% 0.67% -
HSV(B) 318.62º 0.4% 0.84% -
XYZ 44.82 33.52 51.68 -
YUV 160.85 143.32 166.62 -
System Red Green Blue C M Y K H S L
Decimal 215 128 188 0 0.40 0.13 0.16 318.62 0.52 0.67
Hex D7 80 BC 0 28 D 10 13F 34 43
Octal 327 200 274 0 50 15 20 477 64 103
Binary 11010111 10000000 10111100 0 101000 1101 10000 100111111 110100 1000011

Color Harmonies of #D780BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D780BC

Black with #D780BC

Text Example


Text Example

White with #D780BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D780BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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