Html Css Color HEX #D35DEB Heliotrope

📋 copy color: '#D35DEB'

red 211 ◦ green 93 ◦ blue 235

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

Shades of Heliotrope #D35DEB

Tints of Heliotrope #D35DEB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.25%

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

R = 39.15%
G = 17.25%
B = 43.6%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D35DEB (or 0xD35DEB) is known color: Heliotrope. HEX triplet: D3, 5D and EB. RGB value is (211,93,235). Sum of RGB (Red+Green+Blue) = 211+93+235=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 93 (36.72% from 255 or 17.25% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #D35DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35DEB is #2CA214. Grayscale: #909090. Windows color (decimal): -2925077 or 15424979. OLE color: 15424979.

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

Color convert

RGB 211 93 235 -
CMYK 0.10 0.60 0 0.08
HSL 289.86º 0.78% 0.64% -
HSV(B) 289.86º 0.6% 0.92% -
XYZ 45.77 27.68 81.53 -
YUV 144.47 179.09 175.45 -
System Red Green Blue C M Y K H S L
Decimal 211 93 235 0.10 0.60 0 0.08 289.86 0.78 0.64
Hex D3 5D EB A 3C 0 8 122 4E 40
Octal 323 135 353 12 74 0 10 442 116 100
Binary 11010011 1011101 11101011 1010 111100 0 1000 100100010 1001110 1000000

Color Harmonies of #D35DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35DEB

Black with #D35DEB

Text Example


Text Example

White with #D35DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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