Html Css Color HEX #D978B2 Persian Pink

📋 copy color: '#D978B2'

red 217 ◦ green 120 ◦ blue 178

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

Shades of Persian Pink #D978B2

Tints of Persian Pink #D978B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.56%

R = 42.14%
G = 23.3%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D978B2 (or 0xD978B2) is known color: Persian Pink. HEX triplet: D9, 78 and B2. RGB value is (217,120,178). Sum of RGB (Red+Green+Blue) = 217+120+178=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D978B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D978B2 is #26874D. Grayscale: #9B9B9B. Windows color (decimal): -2525006 or 11696345. OLE color: 11696345.

HSL color Cylindrical-coordinate representation of color #D978B2: hue angle of 324.12º 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 #D978B2 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 120 178 -
CMYK 0 0.45 0.18 0.15
HSL 324.12º 0.56% 0.66% -
HSV(B) 324.12º 0.45% 0.85% -
XYZ 43.37 31.4 45.89 -
YUV 155.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 217 120 178 0 0.45 0.18 0.15 324.12 0.56 0.66
Hex D9 78 B2 0 2D 12 F 144 38 42
Octal 331 170 262 0 55 22 17 504 70 102
Binary 11011001 1111000 10110010 0 101101 10010 1111 101000100 111000 1000010

Color Harmonies of #D978B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D978B2

Black with #D978B2

Text Example


Text Example

White with #D978B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D978B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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