Html Css Color HEX #D97CBC Persian Pink

📋 copy color: '#D97CBC'

red 217 ◦ green 124 ◦ blue 188

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

Shades of Persian Pink #D97CBC

Tints of Persian Pink #D97CBC

RGB

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

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

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

R = 41.02%
G = 23.44%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D97CBC (or 0xD97CBC) is known color: Persian Pink. HEX triplet: D9, 7C and BC. RGB value is (217,124,188). Sum of RGB (Red+Green+Blue) = 217+124+188=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CBC is #268343. Grayscale: #9E9E9E. Windows color (decimal): -2523972 or 12352729. OLE color: 12352729.

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

Color convert

RGB 217 124 188 -
CMYK 0 0.43 0.13 0.15
HSL 318.71º 0.55% 0.67% -
HSV(B) 318.71º 0.43% 0.85% -
XYZ 44.9 32.8 51.54 -
YUV 159.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 217 124 188 0 0.43 0.13 0.15 318.71 0.55 0.67
Hex D9 7C BC 0 2B D F 13F 37 43
Octal 331 174 274 0 53 15 17 477 67 103
Binary 11011001 1111100 10111100 0 101011 1101 1111 100111111 110111 1000011

Color Harmonies of #D97CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97CBC

Black with #D97CBC

Text Example


Text Example

White with #D97CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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