Html Css Color HEX #D35AFF Heliotrope

📋 copy color: '#D35AFF'

red 211 ◦ green 90 ◦ blue 255

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

Shades of Heliotrope #D35AFF

Tints of Heliotrope #D35AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.19%

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

R = 37.95%
G = 16.19%
B = 45.86%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D35AFF (or 0xD35AFF) is known color: Heliotrope. HEX triplet: D3, 5A and FF. RGB value is (211,90,255). Sum of RGB (Red+Green+Blue) = 211+90+255=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 90 (35.55% from 255 or 16.19% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #D35AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35AFF is #2CA500. Grayscale: #909090. Windows color (decimal): -2925825 or 16734931. OLE color: 16734931.

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

Color convert

RGB 211 90 255 -
CMYK 0.17 0.65 0 0
HSL 284º 1% 0.68% -
HSV(B) 284º 0.65% 1% -
XYZ 48.57 28.38 97.53 -
YUV 144.99 190.09 175.08 -
System Red Green Blue C M Y K H S L
Decimal 211 90 255 0.17 0.65 0 0 284 1 0.68
Hex D3 5A FF 11 41 0 0 11C 64 44
Octal 323 132 377 21 101 0 0 434 144 104
Binary 11010011 1011010 11111111 10001 1000001 0 0 100011100 1100100 1000100

Color Harmonies of #D35AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35AFF

Black with #D35AFF

Text Example


Text Example

White with #D35AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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