Html Css Color HEX #D092DD Wisteria

📋 copy color: '#D092DD'

red 208 ◦ green 146 ◦ blue 221

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

Shades of Wisteria #D092DD

Tints of Wisteria #D092DD

RGB

 RED value IS 208 (81.64% from 255) = 36.17%

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

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

R = 36.17%
G = 25.39%
B = 38.43%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D092DD (or 0xD092DD) is known color: Wisteria. HEX triplet: D0, 92 and DD. RGB value is (208,146,221). Sum of RGB (Red+Green+Blue) = 208+146+221=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #D092DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092DD is #2F6D22. Grayscale: #ACACAC. Windows color (decimal): -3108131 or 14521040. OLE color: 14521040.

HSL color Cylindrical-coordinate representation of color #D092DD: hue angle of 289.6º 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 #D092DD is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 146 221 -
CMYK 0.06 0.34 0 0.13
HSL 289.6º 0.52% 0.72% -
HSV(B) 289.6º 0.34% 0.87% -
XYZ 49.34 39.19 73.37 -
YUV 173.09 155.04 152.9 -
System Red Green Blue C M Y K H S L
Decimal 208 146 221 0.06 0.34 0 0.13 289.6 0.52 0.72
Hex D0 92 DD 6 22 0 D 122 34 48
Octal 320 222 335 6 42 0 15 442 64 110
Binary 11010000 10010010 11011101 110 100010 0 1101 100100010 110100 1001000

Color Harmonies of #D092DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092DD

Black with #D092DD

Text Example


Text Example

White with #D092DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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