Html Css Color HEX #D35AFD Heliotrope

📋 copy color: '#D35AFD'

red 211 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #D35AFD

Tints of Heliotrope #D35AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.67%

R = 38.09%
G = 16.25%
B = 45.67%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D35AFD (or 0xD35AFD) is known color: Heliotrope. HEX triplet: D3, 5A and FD. RGB value is (211,90,253). Sum of RGB (Red+Green+Blue) = 211+90+253=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 90 (35.55% from 255 or 16.25% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #D35AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35AFD is #2CA502. Grayscale: #909090. Windows color (decimal): -2925827 or 16603859. OLE color: 16603859.

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

Color convert

RGB 211 90 253 -
CMYK 0.17 0.64 0 0.01
HSL 284.54º 0.98% 0.67% -
HSV(B) 284.54º 0.64% 0.99% -
XYZ 48.25 28.25 95.84 -
YUV 144.76 189.09 175.25 -
System Red Green Blue C M Y K H S L
Decimal 211 90 253 0.17 0.64 0 0.01 284.54 0.98 0.67
Hex D3 5A FD 11 40 0 1 11D 62 43
Octal 323 132 375 21 100 0 1 435 142 103
Binary 11010011 1011010 11111101 10001 1000000 0 1 100011101 1100010 1000011

Color Harmonies of #D35AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35AFD

Black with #D35AFD

Text Example


Text Example

White with #D35AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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