Html Css Color HEX #D35EEB Heliotrope

📋 copy color: '#D35EEB'

red 211 ◦ green 94 ◦ blue 235

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

Shades of Heliotrope #D35EEB

Tints of Heliotrope #D35EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.41%

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

R = 39.07%
G = 17.41%
B = 43.52%

CMYK

 C value IS 0.10

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D35EEB (or 0xD35EEB) is known color: Heliotrope. HEX triplet: D3, 5E and EB. RGB value is (211,94,235). Sum of RGB (Red+Green+Blue) = 211+94+235=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #D35EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35EEB is #2CA114. Grayscale: #909090. Windows color (decimal): -2924821 or 15425235. OLE color: 15425235.

HSL color Cylindrical-coordinate representation of color #D35EEB: hue angle of 289.79º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D35EEB is Cyan = 0.10, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 94 235 -
CMYK 0.10 0.6 0 0.08
HSL 289.79º 0.78% 0.65% -
HSV(B) 289.79º 0.6% 0.92% -
XYZ 45.86 27.85 81.56 -
YUV 145.06 178.76 175.04 -
System Red Green Blue C M Y K H S L
Decimal 211 94 235 0.10 0.6 0 0.08 289.79 0.78 0.65
Hex D3 5E EB A 3C 0 8 122 4E 41
Octal 323 136 353 12 74 0 10 442 116 101
Binary 11010011 1011110 11101011 1010 111100 0 1000 100100010 1001110 1000001

Color Harmonies of #D35EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35EEB

Black with #D35EEB

Text Example


Text Example

White with #D35EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35EEB; }

 p { color: rgb(211,94,235); }

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

background-color css

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

 a { background-color: rgb(211,94,235); }

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

border-color css

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

 span { border-color: rgb(211,94,235); }

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