Html Css Color HEX #D96DB3 Persian Pink

📋 copy color: '#D96DB3'

red 217 ◦ green 109 ◦ blue 179

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

Shades of Persian Pink #D96DB3

Tints of Persian Pink #D96DB3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.58%

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

R = 42.97%
G = 21.58%
B = 35.45%

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

#D96DB3 (or 0xD96DB3) is known color: Persian Pink. HEX triplet: D9, 6D and B3. RGB value is (217,109,179). Sum of RGB (Red+Green+Blue) = 217+109+179=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96DB3 is #26924C. Grayscale: #959595. Windows color (decimal): -2527821 or 11759065. OLE color: 11759065.

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

Color convert

RGB 217 109 179 -
CMYK 0 0.50 0.18 0.15
HSL 321.11º 0.59% 0.64% -
HSV(B) 321.11º 0.5% 0.85% -
XYZ 42.22 28.94 46.01 -
YUV 149.27 144.78 176.31 -
System Red Green Blue C M Y K H S L
Decimal 217 109 179 0 0.50 0.18 0.15 321.11 0.59 0.64
Hex D9 6D B3 0 32 12 F 141 3B 40
Octal 331 155 263 0 62 22 17 501 73 100
Binary 11011001 1101101 10110011 0 110010 10010 1111 101000001 111011 1000000

Color Harmonies of #D96DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DB3

Black with #D96DB3

Text Example


Text Example

White with #D96DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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