Html Css Color HEX #D185E8 Wisteria

📋 copy color: '#D185E8'

red 209 ◦ green 133 ◦ blue 232

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

Shades of Wisteria #D185E8

Tints of Wisteria #D185E8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.17%

 BLUE value IS 232 (91.02% from 255) = 40.42%

R = 36.41%
G = 23.17%
B = 40.42%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D185E8 (or 0xD185E8) is known color: Wisteria. HEX triplet: D1, 85 and E8. RGB value is (209,133,232). Sum of RGB (Red+Green+Blue) = 209+133+232=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 232 (91.02% from 255 or 40.42% from 574); Max value from RGB is 232 - color contains mainly: blue. Hex color #D185E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D185E8 is #2E7A17. Grayscale: #A6A6A6. Windows color (decimal): -3045912 or 15238609. OLE color: 15238609.

HSL color Cylindrical-coordinate representation of color #D185E8: hue angle of 286.06º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D185E8 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 133 232 -
CMYK 0.10 0.43 0 0.09
HSL 286.06º 0.68% 0.72% -
HSV(B) 286.06º 0.43% 0.91% -
XYZ 49.25 36.16 80.73 -
YUV 167.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 209 133 232 0.10 0.43 0 0.09 286.06 0.68 0.72
Hex D1 85 E8 A 2B 0 9 11E 44 48
Octal 321 205 350 12 53 0 11 436 104 110
Binary 11010001 10000101 11101000 1010 101011 0 1001 100011110 1000100 1001000

Color Harmonies of #D185E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D185E8

Black with #D185E8

Text Example


Text Example

White with #D185E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D185E8; }

 p { color: rgb(209,133,232); }

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

background-color css

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

 a { background-color: rgb(209,133,232); }

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

border-color css

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

 span { border-color: rgb(209,133,232); }

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