Html Css Color HEX #D97BB7 Persian Pink

📋 copy color: '#D97BB7'

red 217 ◦ green 123 ◦ blue 183

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

Shades of Persian Pink #D97BB7

Tints of Persian Pink #D97BB7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.52%

 BLUE value IS 183 (71.88% from 255) = 34.99%

R = 41.49%
G = 23.52%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D97BB7 (or 0xD97BB7) is known color: Persian Pink. HEX triplet: D9, 7B and B7. RGB value is (217,123,183). Sum of RGB (Red+Green+Blue) = 217+123+183=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97BB7 is #268448. Grayscale: #9D9D9D. Windows color (decimal): -2524233 or 12024793. OLE color: 12024793.

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

Color convert

RGB 217 123 183 -
CMYK 0 0.43 0.16 0.15
HSL 321.7º 0.55% 0.67% -
HSV(B) 321.7º 0.43% 0.85% -
XYZ 44.25 32.34 48.71 -
YUV 157.95 142.14 170.12 -
System Red Green Blue C M Y K H S L
Decimal 217 123 183 0 0.43 0.16 0.15 321.7 0.55 0.67
Hex D9 7B B7 0 2B 10 F 142 37 43
Octal 331 173 267 0 53 20 17 502 67 103
Binary 11011001 1111011 10110111 0 101011 10000 1111 101000010 110111 1000011

Color Harmonies of #D97BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97BB7

Black with #D97BB7

Text Example


Text Example

White with #D97BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97BB7; }

 p { color: rgb(217,123,183); }

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

background-color css

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

 a { background-color: rgb(217,123,183); }

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

border-color css

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

 span { border-color: rgb(217,123,183); }

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