Html Css Color HEX #D092F1 Wisteria

📋 copy color: '#D092F1'

red 208 ◦ green 146 ◦ blue 241

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

Shades of Wisteria #D092F1

Tints of Wisteria #D092F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.5%

R = 34.96%
G = 24.54%
B = 40.5%

CMYK

 C value IS 0.14

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D092F1 (or 0xD092F1) is known color: Wisteria. HEX triplet: D0, 92 and F1. RGB value is (208,146,241). Sum of RGB (Red+Green+Blue) = 208+146+241=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #D092F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D092F1 is #2F6D0E. Grayscale: #AFAFAF. Windows color (decimal): -3108111 or 15831760. OLE color: 15831760.

HSL color Cylindrical-coordinate representation of color #D092F1: hue angle of 279.16º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D092F1 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 146 241 -
CMYK 0.14 0.39 0 0.05
HSL 279.16º 0.77% 0.76% -
HSV(B) 279.16º 0.39% 0.95% -
XYZ 52.17 40.32 88.25 -
YUV 175.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 208 146 241 0.14 0.39 0 0.05 279.16 0.77 0.76
Hex D0 92 F1 E 27 0 5 117 4D 4C
Octal 320 222 361 16 47 0 5 427 115 114
Binary 11010000 10010010 11110001 1110 100111 0 101 100010111 1001101 1001100

Color Harmonies of #D092F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092F1

Black with #D092F1

Text Example


Text Example

White with #D092F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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