Html Css Color HEX #D39CE5 Wisteria

📋 copy color: '#D39CE5'

red 211 ◦ green 156 ◦ blue 229

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

Shades of Wisteria #D39CE5

Tints of Wisteria #D39CE5

RGB

 RED value IS 211 (82.81% from 255) = 35.4%

 GREEN value IS 156 (61.33% from 255) = 26.17%

 BLUE value IS 229 (89.84% from 255) = 38.42%

R = 35.4%
G = 26.17%
B = 38.42%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D39CE5 (or 0xD39CE5) is known color: Wisteria. HEX triplet: D3, 9C and E5. RGB value is (211,156,229). Sum of RGB (Red+Green+Blue) = 211+156+229=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #D39CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D39CE5 is #2C631A. Grayscale: #B4B4B4. Windows color (decimal): -2908955 or 15047891. OLE color: 15047891.

HSL color Cylindrical-coordinate representation of color #D39CE5: hue angle of 285.21º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D39CE5 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 156 229 -
CMYK 0.08 0.32 0 0.10
HSL 285.21º 0.58% 0.75% -
HSV(B) 285.21º 0.32% 0.9% -
XYZ 52.9 43.28 79.7 -
YUV 180.77 155.22 149.56 -
System Red Green Blue C M Y K H S L
Decimal 211 156 229 0.08 0.32 0 0.10 285.21 0.58 0.75
Hex D3 9C E5 8 20 0 A 11D 3A 4B
Octal 323 234 345 10 40 0 12 435 72 113
Binary 11010011 10011100 11100101 1000 100000 0 1010 100011101 111010 1001011

Color Harmonies of #D39CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39CE5

Black with #D39CE5

Text Example


Text Example

White with #D39CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39CE5; }

 p { color: rgb(211,156,229); }

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

background-color css

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

 a { background-color: rgb(211,156,229); }

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

border-color css

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

 span { border-color: rgb(211,156,229); }

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