Html Css Color HEX #D35AFA Heliotrope

📋 copy color: '#D35AFA'

red 211 ◦ green 90 ◦ blue 250

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

Shades of Heliotrope #D35AFA

Tints of Heliotrope #D35AFA

RGB

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

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

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

R = 38.29%
G = 16.33%
B = 45.37%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D35AFA (or 0xD35AFA) is known color: Heliotrope. HEX triplet: D3, 5A and FA. RGB value is (211,90,250). Sum of RGB (Red+Green+Blue) = 211+90+250=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 90 (35.55% from 255 or 16.33% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #D35AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35AFA is #2CA505. Grayscale: #8F8F8F. Windows color (decimal): -2925830 or 16407251. OLE color: 16407251.

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

Color convert

RGB 211 90 250 -
CMYK 0.16 0.64 0 0.02
HSL 285.38º 0.94% 0.67% -
HSV(B) 285.38º 0.64% 0.98% -
XYZ 47.78 28.06 93.34 -
YUV 144.42 187.59 175.49 -
System Red Green Blue C M Y K H S L
Decimal 211 90 250 0.16 0.64 0 0.02 285.38 0.94 0.67
Hex D3 5A FA 10 40 0 2 11D 5E 43
Octal 323 132 372 20 100 0 2 435 136 103
Binary 11010011 1011010 11111010 10000 1000000 0 10 100011101 1011110 1000011

Color Harmonies of #D35AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35AFA

Black with #D35AFA

Text Example


Text Example

White with #D35AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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