Html Css Color HEX #D97CB1 Persian Pink

📋 copy color: '#D97CB1'

red 217 ◦ green 124 ◦ blue 177

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

Shades of Persian Pink #D97CB1

Tints of Persian Pink #D97CB1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.94%

 BLUE value IS 177 (69.53% from 255) = 34.17%

R = 41.89%
G = 23.94%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D97CB1 (or 0xD97CB1) is known color: Persian Pink. HEX triplet: D9, 7C and B1. RGB value is (217,124,177). Sum of RGB (Red+Green+Blue) = 217+124+177=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D97CB1 is #26834E. Grayscale: #9D9D9D. Windows color (decimal): -2523983 or 11631833. OLE color: 11631833.

HSL color Cylindrical-coordinate representation of color #D97CB1: hue angle of 325.81º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97CB1 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 124 177 -
CMYK 0 0.43 0.18 0.15
HSL 325.81º 0.55% 0.67% -
HSV(B) 325.81º 0.43% 0.85% -
XYZ 43.76 32.34 45.53 -
YUV 157.85 138.81 170.19 -
System Red Green Blue C M Y K H S L
Decimal 217 124 177 0 0.43 0.18 0.15 325.81 0.55 0.67
Hex D9 7C B1 0 2B 12 F 146 37 43
Octal 331 174 261 0 53 22 17 506 67 103
Binary 11011001 1111100 10110001 0 101011 10010 1111 101000110 110111 1000011

Color Harmonies of #D97CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97CB1

Black with #D97CB1

Text Example


Text Example

White with #D97CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97CB1; }

 p { color: rgb(217,124,177); }

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

background-color css

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

 a { background-color: rgb(217,124,177); }

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

border-color css

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

 span { border-color: rgb(217,124,177); }

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