Html Css Color HEX #D089F0 Wisteria

📋 copy color: '#D089F0'

red 208 ◦ green 137 ◦ blue 240

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

Shades of Wisteria #D089F0

Tints of Wisteria #D089F0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.42%

 BLUE value IS 240 (94.14% from 255) = 41.03%

R = 35.56%
G = 23.42%
B = 41.03%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D089F0 (or 0xD089F0) is known color: Wisteria. HEX triplet: D0, 89 and F0. RGB value is (208,137,240). Sum of RGB (Red+Green+Blue) = 208+137+240=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #D089F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D089F0 is #2F760F. Grayscale: #A9A9A9. Windows color (decimal): -3110416 or 15763920. OLE color: 15763920.

HSL color Cylindrical-coordinate representation of color #D089F0: hue angle of 281.36º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D089F0 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 137 240 -
CMYK 0.13 0.43 0 0.06
HSL 281.36º 0.77% 0.74% -
HSV(B) 281.36º 0.43% 0.94% -
XYZ 50.69 37.59 87.02 -
YUV 169.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 208 137 240 0.13 0.43 0 0.06 281.36 0.77 0.74
Hex D0 89 F0 D 2B 0 6 119 4D 4A
Octal 320 211 360 15 53 0 6 431 115 112
Binary 11010000 10001001 11110000 1101 101011 0 110 100011001 1001101 1001010

Color Harmonies of #D089F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D089F0

Black with #D089F0

Text Example


Text Example

White with #D089F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D089F0; }

 p { color: rgb(208,137,240); }

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

background-color css

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

 a { background-color: rgb(208,137,240); }

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

border-color css

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

 span { border-color: rgb(208,137,240); }

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