Html Css Color HEX #D192DD Wisteria

📋 copy color: '#D192DD'

red 209 ◦ green 146 ◦ blue 221

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

Shades of Wisteria #D192DD

Tints of Wisteria #D192DD

RGB

 RED value IS 209 (82.03% from 255) = 36.28%

 GREEN value IS 146 (57.42% from 255) = 25.35%

 BLUE value IS 221 (86.72% from 255) = 38.37%

R = 36.28%
G = 25.35%
B = 38.37%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D192DD (or 0xD192DD) is known color: Wisteria. HEX triplet: D1, 92 and DD. RGB value is (209,146,221). Sum of RGB (Red+Green+Blue) = 209+146+221=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #D192DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192DD is #2E6D22. Grayscale: #ADADAD. Windows color (decimal): -3042595 or 14521041. OLE color: 14521041.

HSL color Cylindrical-coordinate representation of color #D192DD: hue angle of 290.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D192DD is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 146 221 -
CMYK 0.05 0.34 0 0.13
HSL 290.4º 0.52% 0.72% -
HSV(B) 290.4º 0.34% 0.87% -
XYZ 49.62 39.33 73.38 -
YUV 173.39 154.87 153.4 -
System Red Green Blue C M Y K H S L
Decimal 209 146 221 0.05 0.34 0 0.13 290.4 0.52 0.72
Hex D1 92 DD 5 22 0 D 122 34 48
Octal 321 222 335 5 42 0 15 442 64 110
Binary 11010001 10010010 11011101 101 100010 0 1101 100100010 110100 1001000

Color Harmonies of #D192DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D192DD

Black with #D192DD

Text Example


Text Example

White with #D192DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D192DD; }

 p { color: rgb(209,146,221); }

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

background-color css

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

 a { background-color: rgb(209,146,221); }

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

border-color css

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

 span { border-color: rgb(209,146,221); }

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