Html Css Color HEX #D35FFE Heliotrope

📋 copy color: '#D35FFE'

red 211 ◦ green 95 ◦ blue 254

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

Shades of Heliotrope #D35FFE

Tints of Heliotrope #D35FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.36%

R = 37.68%
G = 16.96%
B = 45.36%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D35FFE (or 0xD35FFE) is known color: Heliotrope. HEX triplet: D3, 5F and FE. RGB value is (211,95,254). Sum of RGB (Red+Green+Blue) = 211+95+254=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 95 (37.5% from 255 or 16.96% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #D35FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35FFE is #2CA001. Grayscale: #939393. Windows color (decimal): -2924546 or 16670675. OLE color: 16670675.

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

Color convert

RGB 211 95 254 -
CMYK 0.17 0.63 0 0.00
HSL 283.77º 0.99% 0.68% -
HSV(B) 283.77º 0.63% 1% -
XYZ 48.85 29.19 96.83 -
YUV 147.81 187.93 173.07 -
System Red Green Blue C M Y K H S L
Decimal 211 95 254 0.17 0.63 0 0.00 283.77 0.99 0.68
Hex D3 5F FE 11 3F 0 0 11C 63 44
Octal 323 137 376 21 77 0 0 434 143 104
Binary 11010011 1011111 11111110 10001 111111 0 0 100011100 1100011 1000100

Color Harmonies of #D35FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35FFE

Black with #D35FFE

Text Example


Text Example

White with #D35FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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