Html Css Color HEX #D35DFF Heliotrope

📋 copy color: '#D35DFF'

red 211 ◦ green 93 ◦ blue 255

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

Shades of Heliotrope #D35DFF

Tints of Heliotrope #D35DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.62%

R = 37.75%
G = 16.64%
B = 45.62%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D35DFF (or 0xD35DFF) is known color: Heliotrope. HEX triplet: D3, 5D and FF. RGB value is (211,93,255). Sum of RGB (Red+Green+Blue) = 211+93+255=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 93 (36.72% from 255 or 16.64% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #D35DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35DFF is #2CA200. Grayscale: #929292. Windows color (decimal): -2925057 or 16735699. OLE color: 16735699.

HSL color Cylindrical-coordinate representation of color #D35DFF: hue angle of 283.7º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D35DFF is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 93 255 -
CMYK 0.17 0.64 0 0
HSL 283.7º 1% 0.68% -
HSV(B) 283.7º 0.64% 1% -
XYZ 48.83 28.9 97.61 -
YUV 146.75 189.09 173.83 -
System Red Green Blue C M Y K H S L
Decimal 211 93 255 0.17 0.64 0 0 283.7 1 0.68
Hex D3 5D FF 11 40 0 0 11C 64 44
Octal 323 135 377 21 100 0 0 434 144 104
Binary 11010011 1011101 11111111 10001 1000000 0 0 100011100 1100100 1000100

Color Harmonies of #D35DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35DFF

Black with #D35DFF

Text Example


Text Example

White with #D35DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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