Html Css Color HEX #D96DB2 Persian Pink

📋 copy color: '#D96DB2'

red 217 ◦ green 109 ◦ blue 178

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

Shades of Persian Pink #D96DB2

Tints of Persian Pink #D96DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.32%

R = 43.06%
G = 21.63%
B = 35.32%

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

#D96DB2 (or 0xD96DB2) is known color: Persian Pink. HEX triplet: D9, 6D and B2. RGB value is (217,109,178). Sum of RGB (Red+Green+Blue) = 217+109+178=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D96DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96DB2 is #26924D. Grayscale: #949494. Windows color (decimal): -2527822 or 11693529. OLE color: 11693529.

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

Color convert

RGB 217 109 178 -
CMYK 0 0.50 0.18 0.15
HSL 321.67º 0.59% 0.64% -
HSV(B) 321.67º 0.5% 0.85% -
XYZ 42.12 28.9 45.48 -
YUV 149.16 144.28 176.39 -
System Red Green Blue C M Y K H S L
Decimal 217 109 178 0 0.50 0.18 0.15 321.67 0.59 0.64
Hex D9 6D B2 0 32 12 F 142 3B 40
Octal 331 155 262 0 62 22 17 502 73 100
Binary 11011001 1101101 10110010 0 110010 10010 1111 101000010 111011 1000000

Color Harmonies of #D96DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96DB2

Black with #D96DB2

Text Example


Text Example

White with #D96DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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