Html Css Color HEX #D692F1 Wisteria

📋 copy color: '#D692F1'

red 214 ◦ green 146 ◦ blue 241

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

Shades of Wisteria #D692F1

Tints of Wisteria #D692F1

RGB

 RED value IS 214 (83.98% from 255) = 35.61%

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

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

R = 35.61%
G = 24.29%
B = 40.1%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D692F1 (or 0xD692F1) is known color: Wisteria. HEX triplet: D6, 92 and F1. RGB value is (214,146,241). Sum of RGB (Red+Green+Blue) = 214+146+241=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 146 (57.42% from 255 or 24.29% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #D692F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D692F1 is #296D0E. Grayscale: #B0B0B0. Windows color (decimal): -2714895 or 15831766. OLE color: 15831766.

HSL color Cylindrical-coordinate representation of color #D692F1: hue angle of 282.95º 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 #D692F1 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 146 241 -
CMYK 0.11 0.39 0 0.05
HSL 282.95º 0.77% 0.76% -
HSV(B) 282.95º 0.39% 0.95% -
XYZ 53.89 41.2 88.33 -
YUV 177.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 214 146 241 0.11 0.39 0 0.05 282.95 0.77 0.76
Hex D6 92 F1 B 27 0 5 11B 4D 4C
Octal 326 222 361 13 47 0 5 433 115 114
Binary 11010110 10010010 11110001 1011 100111 0 101 100011011 1001101 1001100

Color Harmonies of #D692F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D692F1

Black with #D692F1

Text Example


Text Example

White with #D692F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D692F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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