Html Css Color HEX #D098E0 Wisteria

📋 copy color: '#D098E0'

red 208 ◦ green 152 ◦ blue 224

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

Shades of Wisteria #D098E0

Tints of Wisteria #D098E0

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.03%

 BLUE value IS 224 (87.89% from 255) = 38.36%

R = 35.62%
G = 26.03%
B = 38.36%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D098E0 (or 0xD098E0) is known color: Wisteria. HEX triplet: D0, 98 and E0. RGB value is (208,152,224). Sum of RGB (Red+Green+Blue) = 208+152+224=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 224 - color contains mainly: blue. Hex color #D098E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098E0 is #2F671F. Grayscale: #B0B0B0. Windows color (decimal): -3106592 or 14719184. OLE color: 14719184.

HSL color Cylindrical-coordinate representation of color #D098E0: hue angle of 286.67º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D098E0 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 152 224 -
CMYK 0.07 0.32 0 0.12
HSL 286.67º 0.54% 0.74% -
HSV(B) 286.67º 0.32% 0.88% -
XYZ 50.7 41.25 75.81 -
YUV 176.95 154.55 150.15 -
System Red Green Blue C M Y K H S L
Decimal 208 152 224 0.07 0.32 0 0.12 286.67 0.54 0.74
Hex D0 98 E0 7 20 0 C 11F 36 4A
Octal 320 230 340 7 40 0 14 437 66 112
Binary 11010000 10011000 11100000 111 100000 0 1100 100011111 110110 1001010

Color Harmonies of #D098E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D098E0

Black with #D098E0

Text Example


Text Example

White with #D098E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D098E0; }

 p { color: rgb(208,152,224); }

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

background-color css

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

 a { background-color: rgb(208,152,224); }

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

border-color css

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

 span { border-color: rgb(208,152,224); }

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