Html Css Color HEX #D980B5 Persian Pink

📋 copy color: '#D980B5'

red 217 ◦ green 128 ◦ blue 181

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

Shades of Persian Pink #D980B5

Tints of Persian Pink #D980B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.41%

R = 41.25%
G = 24.33%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D980B5 (or 0xD980B5) is known color: Persian Pink. HEX triplet: D9, 80 and B5. RGB value is (217,128,181). Sum of RGB (Red+Green+Blue) = 217+128+181=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D980B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980B5 is #267F4A. Grayscale: #A0A0A0. Windows color (decimal): -2522955 or 11895001. OLE color: 11895001.

HSL color Cylindrical-coordinate representation of color #D980B5: hue angle of 324.27º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D980B5 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 128 181 -
CMYK 0 0.41 0.17 0.15
HSL 324.27º 0.54% 0.68% -
HSV(B) 324.27º 0.41% 0.85% -
XYZ 44.67 33.53 47.83 -
YUV 160.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 217 128 181 0 0.41 0.17 0.15 324.27 0.54 0.68
Hex D9 80 B5 0 29 11 F 144 36 44
Octal 331 200 265 0 51 21 17 504 66 104
Binary 11011001 10000000 10110101 0 101001 10001 1111 101000100 110110 1000100

Color Harmonies of #D980B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D980B5

Black with #D980B5

Text Example


Text Example

White with #D980B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D980B5; }

 p { color: rgb(217,128,181); }

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

background-color css

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

 a { background-color: rgb(217,128,181); }

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

border-color css

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

 span { border-color: rgb(217,128,181); }

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