Html Css Color HEX #D290DF Wisteria

📋 copy color: '#D290DF'

red 210 ◦ green 144 ◦ blue 223

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

Shades of Wisteria #D290DF

Tints of Wisteria #D290DF

RGB

 RED value IS 210 (82.42% from 255) = 36.4%

 GREEN value IS 144 (56.64% from 255) = 24.96%

 BLUE value IS 223 (87.5% from 255) = 38.65%

R = 36.4%
G = 24.96%
B = 38.65%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D290DF (or 0xD290DF) is known color: Wisteria. HEX triplet: D2, 90 and DF. RGB value is (210,144,223). Sum of RGB (Red+Green+Blue) = 210+144+223=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #D290DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290DF is #2D6F20. Grayscale: #ACACAC. Windows color (decimal): -2977569 or 14651602. OLE color: 14651602.

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

Color convert

RGB 210 144 223 -
CMYK 0.06 0.35 0 0.13
HSL 290.13º 0.55% 0.72% -
HSV(B) 290.13º 0.35% 0.87% -
XYZ 49.87 38.98 74.71 -
YUV 172.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 210 144 223 0.06 0.35 0 0.13 290.13 0.55 0.72
Hex D2 90 DF 6 23 0 D 122 37 48
Octal 322 220 337 6 43 0 15 442 67 110
Binary 11010010 10010000 11011111 110 100011 0 1101 100100010 110111 1001000

Color Harmonies of #D290DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290DF

Black with #D290DF

Text Example


Text Example

White with #D290DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290DF; }

 p { color: rgb(210,144,223); }

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

background-color css

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

 a { background-color: rgb(210,144,223); }

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

border-color css

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

 span { border-color: rgb(210,144,223); }

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