Html Css Color HEX #D97EBC Persian Pink

📋 copy color: '#D97EBC'

red 217 ◦ green 126 ◦ blue 188

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

Shades of Persian Pink #D97EBC

Tints of Persian Pink #D97EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.73%

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

R = 40.87%
G = 23.73%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D97EBC (or 0xD97EBC) is known color: Persian Pink. HEX triplet: D9, 7E and BC. RGB value is (217,126,188). Sum of RGB (Red+Green+Blue) = 217+126+188=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D97EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97EBC is #268143. Grayscale: #A0A0A0. Windows color (decimal): -2523460 or 12353241. OLE color: 12353241.

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

Color convert

RGB 217 126 188 -
CMYK 0 0.42 0.13 0.15
HSL 319.12º 0.54% 0.67% -
HSV(B) 319.12º 0.42% 0.85% -
XYZ 45.15 33.3 51.63 -
YUV 160.28 143.65 168.46 -
System Red Green Blue C M Y K H S L
Decimal 217 126 188 0 0.42 0.13 0.15 319.12 0.54 0.67
Hex D9 7E BC 0 2A D F 13F 36 43
Octal 331 176 274 0 52 15 17 477 66 103
Binary 11011001 1111110 10111100 0 101010 1101 1111 100111111 110110 1000011

Color Harmonies of #D97EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97EBC

Black with #D97EBC

Text Example


Text Example

White with #D97EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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