Html Css Color HEX #D34FFF Heliotrope

📋 copy color: '#D34FFF'

red 211 ◦ green 79 ◦ blue 255

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

Shades of Heliotrope #D34FFF

Tints of Heliotrope #D34FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.5%

 BLUE value IS 255 (100% from 255) = 46.79%

R = 38.72%
G = 14.5%
B = 46.79%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D34FFF (or 0xD34FFF) is known color: Heliotrope. HEX triplet: D3, 4F and FF. RGB value is (211,79,255). Sum of RGB (Red+Green+Blue) = 211+79+255=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 79 (31.25% from 255 or 14.50% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #D34FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34FFF is #2CB000. Grayscale: #898989. Windows color (decimal): -2928641 or 16732115. OLE color: 16732115.

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

Color convert

RGB 211 79 255 -
CMYK 0.17 0.69 0 0
HSL 285º 1% 0.65% -
HSV(B) 285º 0.69% 1% -
XYZ 47.71 26.66 97.24 -
YUV 138.53 193.73 179.69 -
System Red Green Blue C M Y K H S L
Decimal 211 79 255 0.17 0.69 0 0 285 1 0.65
Hex D3 4F FF 11 45 0 0 11D 64 41
Octal 323 117 377 21 105 0 0 435 144 101
Binary 11010011 1001111 11111111 10001 1000101 0 0 100011101 1100100 1000001

Color Harmonies of #D34FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34FFF

Black with #D34FFF

Text Example


Text Example

White with #D34FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34FFF; }

 p { color: rgb(211,79,255); }

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

background-color css

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

 a { background-color: rgb(211,79,255); }

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

border-color css

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

 span { border-color: rgb(211,79,255); }

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