Html Css Color HEX #D96CB3 Persian Pink

📋 copy color: '#D96CB3'

red 217 ◦ green 108 ◦ blue 179

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

Shades of Persian Pink #D96CB3

Tints of Persian Pink #D96CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.52%

R = 43.06%
G = 21.43%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D96CB3 (or 0xD96CB3) is known color: Persian Pink. HEX triplet: D9, 6C and B3. RGB value is (217,108,179). Sum of RGB (Red+Green+Blue) = 217+108+179=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D96CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CB3 is #26934C. Grayscale: #949494. Windows color (decimal): -2528077 or 11758809. OLE color: 11758809.

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

Color convert

RGB 217 108 179 -
CMYK 0 0.50 0.18 0.15
HSL 320.92º 0.59% 0.64% -
HSV(B) 320.92º 0.5% 0.85% -
XYZ 42.11 28.73 45.97 -
YUV 148.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 217 108 179 0 0.50 0.18 0.15 320.92 0.59 0.64
Hex D9 6C B3 0 32 12 F 141 3B 40
Octal 331 154 263 0 62 22 17 501 73 100
Binary 11011001 1101100 10110011 0 110010 10010 1111 101000001 111011 1000000

Color Harmonies of #D96CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96CB3

Black with #D96CB3

Text Example


Text Example

White with #D96CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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