Html Css Color HEX #D35FFA Heliotrope

📋 copy color: '#D35FFA'

red 211 ◦ green 95 ◦ blue 250

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

Shades of Heliotrope #D35FFA

Tints of Heliotrope #D35FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.09%

 BLUE value IS 250 (98.05% from 255) = 44.96%

R = 37.95%
G = 17.09%
B = 44.96%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D35FFA (or 0xD35FFA) is known color: Heliotrope. HEX triplet: D3, 5F and FA. RGB value is (211,95,250). Sum of RGB (Red+Green+Blue) = 211+95+250=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 95 (37.5% from 255 or 17.09% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #D35FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35FFA is #2CA005. Grayscale: #929292. Windows color (decimal): -2924550 or 16408531. OLE color: 16408531.

HSL color Cylindrical-coordinate representation of color #D35FFA: hue angle of 284.9º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35FFA is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 95 250 -
CMYK 0.16 0.62 0 0.02
HSL 284.9º 0.94% 0.68% -
HSV(B) 284.9º 0.62% 0.98% -
XYZ 48.21 28.94 93.49 -
YUV 147.35 185.93 173.4 -
System Red Green Blue C M Y K H S L
Decimal 211 95 250 0.16 0.62 0 0.02 284.9 0.94 0.68
Hex D3 5F FA 10 3E 0 2 11D 5E 44
Octal 323 137 372 20 76 0 2 435 136 104
Binary 11010011 1011111 11111010 10000 111110 0 10 100011101 1011110 1000100

Color Harmonies of #D35FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35FFA

Black with #D35FFA

Text Example


Text Example

White with #D35FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35FFA; }

 p { color: rgb(211,95,250); }

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

background-color css

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

 a { background-color: rgb(211,95,250); }

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

border-color css

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

 span { border-color: rgb(211,95,250); }

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