Html Css Color HEX #D298DD Wisteria

📋 copy color: '#D298DD'

red 210 ◦ green 152 ◦ blue 221

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

Shades of Wisteria #D298DD

Tints of Wisteria #D298DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.91%

R = 36.02%
G = 26.07%
B = 37.91%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D298DD (or 0xD298DD) is known color: Wisteria. HEX triplet: D2, 98 and DD. RGB value is (210,152,221). Sum of RGB (Red+Green+Blue) = 210+152+221=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #D298DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298DD is #2D6722. Grayscale: #B0B0B0. Windows color (decimal): -2975523 or 14522578. OLE color: 14522578.

HSL color Cylindrical-coordinate representation of color #D298DD: hue angle of 290.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D298DD is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 152 221 -
CMYK 0.05 0.31 0 0.13
HSL 290.43º 0.5% 0.73% -
HSV(B) 290.43º 0.31% 0.87% -
XYZ 50.86 41.38 73.71 -
YUV 177.21 152.72 151.39 -
System Red Green Blue C M Y K H S L
Decimal 210 152 221 0.05 0.31 0 0.13 290.43 0.5 0.73
Hex D2 98 DD 5 1F 0 D 122 32 49
Octal 322 230 335 5 37 0 15 442 62 111
Binary 11010010 10011000 11011101 101 11111 0 1101 100100010 110010 1001001

Color Harmonies of #D298DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298DD

Black with #D298DD

Text Example


Text Example

White with #D298DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298DD; }

 p { color: rgb(210,152,221); }

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

background-color css

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

 a { background-color: rgb(210,152,221); }

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

border-color css

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

 span { border-color: rgb(210,152,221); }

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