Html Css Color HEX #D34DFD Heliotrope

📋 copy color: '#D34DFD'

red 211 ◦ green 77 ◦ blue 253

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

Shades of Heliotrope #D34DFD

Tints of Heliotrope #D34DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.23%

 BLUE value IS 253 (99.22% from 255) = 46.77%

R = 39%
G = 14.23%
B = 46.77%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D34DFD (or 0xD34DFD) is known color: Heliotrope. HEX triplet: D3, 4D and FD. RGB value is (211,77,253). Sum of RGB (Red+Green+Blue) = 211+77+253=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 77 (30.47% from 255 or 14.23% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #D34DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34DFD is #2CB202. Grayscale: #888888. Windows color (decimal): -2929155 or 16600531. OLE color: 16600531.

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

Color convert

RGB 211 77 253 -
CMYK 0.17 0.70 0 0.01
HSL 285.68º 0.98% 0.65% -
HSV(B) 285.68º 0.7% 0.99% -
XYZ 47.25 26.25 95.5 -
YUV 137.13 193.39 180.69 -
System Red Green Blue C M Y K H S L
Decimal 211 77 253 0.17 0.70 0 0.01 285.68 0.98 0.65
Hex D3 4D FD 11 46 0 1 11E 62 41
Octal 323 115 375 21 106 0 1 436 142 101
Binary 11010011 1001101 11111101 10001 1000110 0 1 100011110 1100010 1000001

Color Harmonies of #D34DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34DFD

Black with #D34DFD

Text Example


Text Example

White with #D34DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34DFD; }

 p { color: rgb(211,77,253); }

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

background-color css

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

 a { background-color: rgb(211,77,253); }

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

border-color css

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

 span { border-color: rgb(211,77,253); }

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