Html Css Color HEX #D297EB Wisteria

📋 copy color: '#D297EB'

red 210 ◦ green 151 ◦ blue 235

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

Shades of Wisteria #D297EB

Tints of Wisteria #D297EB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.34%

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

R = 35.23%
G = 25.34%
B = 39.43%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D297EB (or 0xD297EB) is known color: Wisteria. HEX triplet: D2, 97 and EB. RGB value is (210,151,235). Sum of RGB (Red+Green+Blue) = 210+151+235=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #D297EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D297EB is #2D6814. Grayscale: #B1B1B1. Windows color (decimal): -2975765 or 15439826. OLE color: 15439826.

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

Color convert

RGB 210 151 235 -
CMYK 0.11 0.36 0 0.08
HSL 282.14º 0.68% 0.76% -
HSV(B) 282.14º 0.36% 0.92% -
XYZ 52.64 41.83 83.9 -
YUV 178.22 160.05 150.67 -
System Red Green Blue C M Y K H S L
Decimal 210 151 235 0.11 0.36 0 0.08 282.14 0.68 0.76
Hex D2 97 EB B 24 0 8 11A 44 4C
Octal 322 227 353 13 44 0 10 432 104 114
Binary 11010010 10010111 11101011 1011 100100 0 1000 100011010 1000100 1001100

Color Harmonies of #D297EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D297EB

Black with #D297EB

Text Example


Text Example

White with #D297EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D297EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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