Html Css Color HEX #D299E0 Wisteria

📋 copy color: '#D299E0'

red 210 ◦ green 153 ◦ blue 224

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

Shades of Wisteria #D299E0

Tints of Wisteria #D299E0

RGB

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

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

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

R = 35.78%
G = 26.06%
B = 38.16%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D299E0 (or 0xD299E0) is known color: Wisteria. HEX triplet: D2, 99 and E0. RGB value is (210,153,224). Sum of RGB (Red+Green+Blue) = 210+153+224=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #D299E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299E0 is #2D661F. Grayscale: #B1B1B1. Windows color (decimal): -2975264 or 14719442. OLE color: 14719442.

HSL color Cylindrical-coordinate representation of color #D299E0: hue angle of 288.17º degrees, saturation: 0.53, 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 #D299E0 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 153 224 -
CMYK 0.06 0.32 0 0.12
HSL 288.17º 0.53% 0.74% -
HSV(B) 288.17º 0.32% 0.88% -
XYZ 51.42 41.87 75.89 -
YUV 178.14 153.88 150.73 -
System Red Green Blue C M Y K H S L
Decimal 210 153 224 0.06 0.32 0 0.12 288.17 0.53 0.74
Hex D2 99 E0 6 20 0 C 120 35 4A
Octal 322 231 340 6 40 0 14 440 65 112
Binary 11010010 10011001 11100000 110 100000 0 1100 100100000 110101 1001010

Color Harmonies of #D299E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D299E0

Black with #D299E0

Text Example


Text Example

White with #D299E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D299E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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