Html Css Color HEX #D981C0 Persian Pink

📋 copy color: '#D981C0'

red 217 ◦ green 129 ◦ blue 192

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

Shades of Persian Pink #D981C0

Tints of Persian Pink #D981C0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.98%

 BLUE value IS 192 (75.39% from 255) = 35.69%

R = 40.33%
G = 23.98%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D981C0 (or 0xD981C0) is known color: Persian Pink. HEX triplet: D9, 81 and C0. RGB value is (217,129,192). Sum of RGB (Red+Green+Blue) = 217+129+192=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D981C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981C0 is #267E3F. Grayscale: #A2A2A2. Windows color (decimal): -2522688 or 12616153. OLE color: 12616153.

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

Color convert

RGB 217 129 192 -
CMYK 0 0.41 0.12 0.15
HSL 317.05º 0.54% 0.68% -
HSV(B) 317.05º 0.41% 0.85% -
XYZ 45.98 34.26 54.06 -
YUV 162.49 144.65 166.88 -
System Red Green Blue C M Y K H S L
Decimal 217 129 192 0 0.41 0.12 0.15 317.05 0.54 0.68
Hex D9 81 C0 0 29 C F 13D 36 44
Octal 331 201 300 0 51 14 17 475 66 104
Binary 11011001 10000001 11000000 0 101001 1100 1111 100111101 110110 1000100

Color Harmonies of #D981C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D981C0

Black with #D981C0

Text Example


Text Example

White with #D981C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D981C0; }

 p { color: rgb(217,129,192); }

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

background-color css

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

 a { background-color: rgb(217,129,192); }

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

border-color css

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

 span { border-color: rgb(217,129,192); }

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