Html Css Color HEX #D96CB2 Persian Pink

📋 copy color: '#D96CB2'

red 217 ◦ green 108 ◦ blue 178

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

Shades of Persian Pink #D96CB2

Tints of Persian Pink #D96CB2

RGB

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

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

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

R = 43.14%
G = 21.47%
B = 35.39%

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

#D96CB2 (or 0xD96CB2) is known color: Persian Pink. HEX triplet: D9, 6C and B2. RGB value is (217,108,178). Sum of RGB (Red+Green+Blue) = 217+108+178=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D96CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96CB2 is #26934D. Grayscale: #949494. Windows color (decimal): -2528078 or 11693273. OLE color: 11693273.

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

Color convert

RGB 217 108 178 -
CMYK 0 0.50 0.18 0.15
HSL 321.47º 0.59% 0.64% -
HSV(B) 321.47º 0.5% 0.85% -
XYZ 42.01 28.69 45.44 -
YUV 148.57 144.61 176.81 -
System Red Green Blue C M Y K H S L
Decimal 217 108 178 0 0.50 0.18 0.15 321.47 0.59 0.64
Hex D9 6C B2 0 32 12 F 141 3B 40
Octal 331 154 262 0 62 22 17 501 73 100
Binary 11011001 1101100 10110010 0 110010 10010 1111 101000001 111011 1000000

Color Harmonies of #D96CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96CB2

Black with #D96CB2

Text Example


Text Example

White with #D96CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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