Html Css Color HEX #D092DF Wisteria

📋 copy color: '#D092DF'

red 208 ◦ green 146 ◦ blue 223

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

Shades of Wisteria #D092DF

Tints of Wisteria #D092DF

RGB

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

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

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

R = 36.05%
G = 25.3%
B = 38.65%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D092DF (or 0xD092DF) is known color: Wisteria. HEX triplet: D0, 92 and DF. RGB value is (208,146,223). Sum of RGB (Red+Green+Blue) = 208+146+223=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 146 (57.42% from 255 or 25.30% 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 #D092DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092DF is #2F6D20. Grayscale: #ADADAD. Windows color (decimal): -3108129 or 14652112. OLE color: 14652112.

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

Color convert

RGB 208 146 223 -
CMYK 0.07 0.35 0 0.13
HSL 288.31º 0.55% 0.72% -
HSV(B) 288.31º 0.35% 0.87% -
XYZ 49.61 39.3 74.78 -
YUV 173.32 156.04 152.74 -
System Red Green Blue C M Y K H S L
Decimal 208 146 223 0.07 0.35 0 0.13 288.31 0.55 0.72
Hex D0 92 DF 7 23 0 D 120 37 48
Octal 320 222 337 7 43 0 15 440 67 110
Binary 11010000 10010010 11011111 111 100011 0 1101 100100000 110111 1001000

Color Harmonies of #D092DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092DF

Black with #D092DF

Text Example


Text Example

White with #D092DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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