Html Css Color HEX #D298DF Wisteria

📋 copy color: '#D298DF'

red 210 ◦ green 152 ◦ blue 223

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

Shades of Wisteria #D298DF

Tints of Wisteria #D298DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.12%

R = 35.9%
G = 25.98%
B = 38.12%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D298DF (or 0xD298DF) is known color: Wisteria. HEX triplet: D2, 98 and DF. RGB value is (210,152,223). Sum of RGB (Red+Green+Blue) = 210+152+223=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #D298DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D298DF is #2D6720. Grayscale: #B1B1B1. Windows color (decimal): -2975521 or 14653650. OLE color: 14653650.

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

Color convert

RGB 210 152 223 -
CMYK 0.06 0.32 0 0.13
HSL 289.01º 0.53% 0.74% -
HSV(B) 289.01º 0.32% 0.87% -
XYZ 51.13 41.49 75.12 -
YUV 177.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 210 152 223 0.06 0.32 0 0.13 289.01 0.53 0.74
Hex D2 98 DF 6 20 0 D 121 35 4A
Octal 322 230 337 6 40 0 15 441 65 112
Binary 11010010 10011000 11011111 110 100000 0 1101 100100001 110101 1001010

Color Harmonies of #D298DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D298DF

Black with #D298DF

Text Example


Text Example

White with #D298DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D298DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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