Html Css Color HEX #D299EB Wisteria

📋 copy color: '#D299EB'

red 210 ◦ green 153 ◦ blue 235

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

Shades of Wisteria #D299EB

Tints of Wisteria #D299EB

RGB

 RED value IS 210 (82.42% from 255) = 35.12%

 GREEN value IS 153 (60.16% from 255) = 25.59%

 BLUE value IS 235 (92.19% from 255) = 39.3%

R = 35.12%
G = 25.59%
B = 39.3%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D299EB (or 0xD299EB) is known color: Wisteria. HEX triplet: D2, 99 and EB. RGB value is (210,153,235). Sum of RGB (Red+Green+Blue) = 210+153+235=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #D299EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D299EB is #2D6614. Grayscale: #B3B3B3. Windows color (decimal): -2975253 or 15440338. OLE color: 15440338.

HSL color Cylindrical-coordinate representation of color #D299EB: hue angle of 281.71º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D299EB is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 153 235 -
CMYK 0.11 0.35 0 0.08
HSL 281.71º 0.67% 0.76% -
HSV(B) 281.71º 0.35% 0.92% -
XYZ 52.96 42.48 84.01 -
YUV 179.39 159.38 149.83 -
System Red Green Blue C M Y K H S L
Decimal 210 153 235 0.11 0.35 0 0.08 281.71 0.67 0.76
Hex D2 99 EB B 23 0 8 11A 43 4C
Octal 322 231 353 13 43 0 10 432 103 114
Binary 11010010 10011001 11101011 1011 100011 0 1000 100011010 1000011 1001100

Color Harmonies of #D299EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D299EB

Black with #D299EB

Text Example


Text Example

White with #D299EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D299EB; }

 p { color: rgb(210,153,235); }

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

background-color css

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

 a { background-color: rgb(210,153,235); }

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

border-color css

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

 span { border-color: rgb(210,153,235); }

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