Html Css Color HEX #D297E1 Wisteria

📋 copy color: '#D297E1'

red 210 ◦ green 151 ◦ blue 225

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

Shades of Wisteria #D297E1

Tints of Wisteria #D297E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.4%

R = 35.84%
G = 25.77%
B = 38.4%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D297E1 (or 0xD297E1) is known color: Wisteria. HEX triplet: D2, 97 and E1. RGB value is (210,151,225). Sum of RGB (Red+Green+Blue) = 210+151+225=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 225 (88.28% from 255 or 38.40% from 586); Max value from RGB is 225 - color contains mainly: blue. Hex color #D297E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D297E1 is #2D681E. Grayscale: #B0B0B0. Windows color (decimal): -2975775 or 14784466. OLE color: 14784466.

HSL color Cylindrical-coordinate representation of color #D297E1: hue angle of 287.84º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D297E1 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 151 225 -
CMYK 0.07 0.33 0 0.12
HSL 287.84º 0.55% 0.74% -
HSV(B) 287.84º 0.33% 0.88% -
XYZ 51.24 41.27 76.5 -
YUV 177.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 210 151 225 0.07 0.33 0 0.12 287.84 0.55 0.74
Hex D2 97 E1 7 21 0 C 120 37 4A
Octal 322 227 341 7 41 0 14 440 67 112
Binary 11010010 10010111 11100001 111 100001 0 1100 100100000 110111 1001010

Color Harmonies of #D297E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D297E1

Black with #D297E1

Text Example


Text Example

White with #D297E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D297E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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