Html Css Color HEX #D34CFE Heliotrope

📋 copy color: '#D34CFE'

red 211 ◦ green 76 ◦ blue 254

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

Shades of Heliotrope #D34CFE

Tints of Heliotrope #D34CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.05%

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

R = 39%
G = 14.05%
B = 46.95%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D34CFE (or 0xD34CFE) is known color: Heliotrope. HEX triplet: D3, 4C and FE. RGB value is (211,76,254). Sum of RGB (Red+Green+Blue) = 211+76+254=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 76 (30.08% from 255 or 14.05% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #D34CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34CFE is #2CB301. Grayscale: #888888. Windows color (decimal): -2929410 or 16665811. OLE color: 16665811.

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

Color convert

RGB 211 76 254 -
CMYK 0.17 0.70 0 0.00
HSL 285.51º 0.99% 0.65% -
HSV(B) 285.51º 0.7% 1% -
XYZ 47.34 26.17 96.32 -
YUV 136.66 194.23 181.03 -
System Red Green Blue C M Y K H S L
Decimal 211 76 254 0.17 0.70 0 0.00 285.51 0.99 0.65
Hex D3 4C FE 11 46 0 0 11E 63 41
Octal 323 114 376 21 106 0 0 436 143 101
Binary 11010011 1001100 11111110 10001 1000110 0 0 100011110 1100011 1000001

Color Harmonies of #D34CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34CFE

Black with #D34CFE

Text Example


Text Example

White with #D34CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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