Html Css Color HEX #D96CB5 Persian Pink

📋 copy color: '#D96CB5'

red 217 ◦ green 108 ◦ blue 181

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

Shades of Persian Pink #D96CB5

Tints of Persian Pink #D96CB5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.34%

 BLUE value IS 181 (71.09% from 255) = 35.77%

R = 42.89%
G = 21.34%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D96CB5 (or 0xD96CB5) is known color: Persian Pink. HEX triplet: D9, 6C and B5. RGB value is (217,108,181). Sum of RGB (Red+Green+Blue) = 217+108+181=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D96CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CB5 is #26934A. Grayscale: #949494. Windows color (decimal): -2528075 or 11889881. OLE color: 11889881.

HSL color Cylindrical-coordinate representation of color #D96CB5: hue angle of 319.82º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96CB5 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 108 181 -
CMYK 0 0.50 0.17 0.15
HSL 319.82º 0.59% 0.64% -
HSV(B) 319.82º 0.5% 0.85% -
XYZ 42.32 28.81 47.05 -
YUV 148.91 146.11 176.56 -
System Red Green Blue C M Y K H S L
Decimal 217 108 181 0 0.50 0.17 0.15 319.82 0.59 0.64
Hex D9 6C B5 0 32 11 F 140 3B 40
Octal 331 154 265 0 62 21 17 500 73 100
Binary 11011001 1101100 10110101 0 110010 10001 1111 101000000 111011 1000000

Color Harmonies of #D96CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96CB5

Black with #D96CB5

Text Example


Text Example

White with #D96CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96CB5; }

 p { color: rgb(217,108,181); }

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

background-color css

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

 a { background-color: rgb(217,108,181); }

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

border-color css

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

 span { border-color: rgb(217,108,181); }

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