Html Css Color HEX #D97CB4 Persian Pink

📋 copy color: '#D97CB4'

red 217 ◦ green 124 ◦ blue 180

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

Shades of Persian Pink #D97CB4

Tints of Persian Pink #D97CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.55%

R = 41.65%
G = 23.8%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D97CB4 (or 0xD97CB4) is known color: Persian Pink. HEX triplet: D9, 7C and B4. RGB value is (217,124,180). Sum of RGB (Red+Green+Blue) = 217+124+180=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CB4 is #26834B. Grayscale: #9E9E9E. Windows color (decimal): -2523980 or 11828441. OLE color: 11828441.

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

Color convert

RGB 217 124 180 -
CMYK 0 0.43 0.17 0.15
HSL 323.87º 0.55% 0.67% -
HSV(B) 323.87º 0.43% 0.85% -
XYZ 44.06 32.46 47.12 -
YUV 158.19 140.31 169.95 -
System Red Green Blue C M Y K H S L
Decimal 217 124 180 0 0.43 0.17 0.15 323.87 0.55 0.67
Hex D9 7C B4 0 2B 11 F 144 37 43
Octal 331 174 264 0 53 21 17 504 67 103
Binary 11011001 1111100 10110100 0 101011 10001 1111 101000100 110111 1000011

Color Harmonies of #D97CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97CB4

Black with #D97CB4

Text Example


Text Example

White with #D97CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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