Html Css Color HEX #D353FE Heliotrope

📋 copy color: '#D353FE'

red 211 ◦ green 83 ◦ blue 254

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

Shades of Heliotrope #D353FE

Tints of Heliotrope #D353FE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.15%

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

R = 38.5%
G = 15.15%
B = 46.35%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D353FE (or 0xD353FE) is known color: Heliotrope. HEX triplet: D3, 53 and FE. RGB value is (211,83,254). Sum of RGB (Red+Green+Blue) = 211+83+254=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 83 (32.81% from 255 or 15.15% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #D353FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D353FE is #2CAC01. Grayscale: #8C8C8C. Windows color (decimal): -2927618 or 16667603. OLE color: 16667603.

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

Color convert

RGB 211 83 254 -
CMYK 0.17 0.67 0 0.00
HSL 284.91º 0.99% 0.66% -
HSV(B) 284.91º 0.67% 1% -
XYZ 47.85 27.19 96.49 -
YUV 140.77 191.91 178.1 -
System Red Green Blue C M Y K H S L
Decimal 211 83 254 0.17 0.67 0 0.00 284.91 0.99 0.66
Hex D3 53 FE 11 43 0 0 11D 63 42
Octal 323 123 376 21 103 0 0 435 143 102
Binary 11010011 1010011 11111110 10001 1000011 0 0 100011101 1100011 1000010

Color Harmonies of #D353FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D353FE

Black with #D353FE

Text Example


Text Example

White with #D353FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D353FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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