Html Css Color HEX #D092DA Wisteria

📋 copy color: '#D092DA'

red 208 ◦ green 146 ◦ blue 218

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

Shades of Wisteria #D092DA

Tints of Wisteria #D092DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.11%

R = 36.36%
G = 25.52%
B = 38.11%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D092DA (or 0xD092DA) is known color: Wisteria. HEX triplet: D0, 92 and DA. RGB value is (208,146,218). Sum of RGB (Red+Green+Blue) = 208+146+218=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #D092DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092DA is #2F6D25. Grayscale: #ACACAC. Windows color (decimal): -3108134 or 14324432. OLE color: 14324432.

HSL color Cylindrical-coordinate representation of color #D092DA: hue angle of 291.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D092DA is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 146 218 -
CMYK 0.05 0.33 0 0.15
HSL 291.67º 0.49% 0.71% -
HSV(B) 291.67º 0.33% 0.85% -
XYZ 48.95 39.03 71.28 -
YUV 172.75 153.54 153.15 -
System Red Green Blue C M Y K H S L
Decimal 208 146 218 0.05 0.33 0 0.15 291.67 0.49 0.71
Hex D0 92 DA 5 21 0 F 124 31 47
Octal 320 222 332 5 41 0 17 444 61 107
Binary 11010000 10010010 11011010 101 100001 0 1111 100100100 110001 1000111

Color Harmonies of #D092DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092DA

Black with #D092DA

Text Example


Text Example

White with #D092DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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