Html Css Color HEX #D978BC Persian Pink

📋 copy color: '#D978BC'

red 217 ◦ green 120 ◦ blue 188

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

Shades of Persian Pink #D978BC

Tints of Persian Pink #D978BC

RGB

 RED value IS 217 (85.16% from 255) = 41.33%

 GREEN value IS 120 (47.27% from 255) = 22.86%

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

R = 41.33%
G = 22.86%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D978BC (or 0xD978BC) is known color: Persian Pink. HEX triplet: D9, 78 and BC. RGB value is (217,120,188). Sum of RGB (Red+Green+Blue) = 217+120+188=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D978BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978BC is #268743. Grayscale: #9C9C9C. Windows color (decimal): -2524996 or 12351705. OLE color: 12351705.

HSL color Cylindrical-coordinate representation of color #D978BC: hue angle of 317.94º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D978BC is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 120 188 -
CMYK 0 0.45 0.13 0.15
HSL 317.94º 0.56% 0.66% -
HSV(B) 317.94º 0.45% 0.85% -
XYZ 44.41 31.82 51.38 -
YUV 156.76 145.64 170.97 -
System Red Green Blue C M Y K H S L
Decimal 217 120 188 0 0.45 0.13 0.15 317.94 0.56 0.66
Hex D9 78 BC 0 2D D F 13E 38 42
Octal 331 170 274 0 55 15 17 476 70 102
Binary 11011001 1111000 10111100 0 101101 1101 1111 100111110 111000 1000010

Color Harmonies of #D978BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D978BC

Black with #D978BC

Text Example


Text Example

White with #D978BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D978BC; }

 p { color: rgb(217,120,188); }

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

background-color css

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

 a { background-color: rgb(217,120,188); }

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

border-color css

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

 span { border-color: rgb(217,120,188); }

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