Html Css Color HEX #D97BB8 Persian Pink

📋 copy color: '#D97BB8'

red 217 ◦ green 123 ◦ blue 184

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

Shades of Persian Pink #D97BB8

Tints of Persian Pink #D97BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.11%

R = 41.41%
G = 23.47%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D97BB8 (or 0xD97BB8) is known color: Persian Pink. HEX triplet: D9, 7B and B8. RGB value is (217,123,184). Sum of RGB (Red+Green+Blue) = 217+123+184=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97BB8 is #268447. Grayscale: #9D9D9D. Windows color (decimal): -2524232 or 12090329. OLE color: 12090329.

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

Color convert

RGB 217 123 184 -
CMYK 0 0.43 0.15 0.15
HSL 321.06º 0.55% 0.67% -
HSV(B) 321.06º 0.43% 0.85% -
XYZ 44.35 32.38 49.26 -
YUV 158.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 217 123 184 0 0.43 0.15 0.15 321.06 0.55 0.67
Hex D9 7B B8 0 2B F F 141 37 43
Octal 331 173 270 0 53 17 17 501 67 103
Binary 11011001 1111011 10111000 0 101011 1111 1111 101000001 110111 1000011

Color Harmonies of #D97BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97BB8

Black with #D97BB8

Text Example


Text Example

White with #D97BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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