Html Css Color HEX #D34AFE Heliotrope

📋 copy color: '#D34AFE'

red 211 ◦ green 74 ◦ blue 254

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

Shades of Heliotrope #D34AFE

Tints of Heliotrope #D34AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.73%

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

R = 39.15%
G = 13.73%
B = 47.12%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D34AFE (or 0xD34AFE) is known color: Heliotrope. HEX triplet: D3, 4A and FE. RGB value is (211,74,254). Sum of RGB (Red+Green+Blue) = 211+74+254=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 74 (29.30% from 255 or 13.73% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #D34AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34AFE is #2CB501. Grayscale: #868686. Windows color (decimal): -2929922 or 16665299. OLE color: 16665299.

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

Color convert

RGB 211 74 254 -
CMYK 0.17 0.71 0 0.00
HSL 285.67º 0.99% 0.64% -
HSV(B) 285.67º 0.71% 1% -
XYZ 47.2 25.9 96.28 -
YUV 135.48 194.89 181.86 -
System Red Green Blue C M Y K H S L
Decimal 211 74 254 0.17 0.71 0 0.00 285.67 0.99 0.64
Hex D3 4A FE 11 47 0 0 11E 63 40
Octal 323 112 376 21 107 0 0 436 143 100
Binary 11010011 1001010 11111110 10001 1000111 0 0 100011110 1100011 1000000

Color Harmonies of #D34AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34AFE

Black with #D34AFE

Text Example


Text Example

White with #D34AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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