Html Css Color HEX #D34AFD Heliotrope

📋 copy color: '#D34AFD'

red 211 ◦ green 74 ◦ blue 253

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

Shades of Heliotrope #D34AFD

Tints of Heliotrope #D34AFD

RGB

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

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

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

R = 39.22%
G = 13.75%
B = 47.03%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D34AFD (or 0xD34AFD) is known color: Heliotrope. HEX triplet: D3, 4A and FD. RGB value is (211,74,253). Sum of RGB (Red+Green+Blue) = 211+74+253=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 74 (29.30% from 255 or 13.75% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #D34AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34AFD is #2CB502. Grayscale: #868686. Windows color (decimal): -2929923 or 16599763. OLE color: 16599763.

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

Color convert

RGB 211 74 253 -
CMYK 0.17 0.71 0 0.01
HSL 285.92º 0.98% 0.64% -
HSV(B) 285.92º 0.71% 0.99% -
XYZ 47.04 25.84 95.44 -
YUV 135.37 194.39 181.95 -
System Red Green Blue C M Y K H S L
Decimal 211 74 253 0.17 0.71 0 0.01 285.92 0.98 0.64
Hex D3 4A FD 11 47 0 1 11E 62 40
Octal 323 112 375 21 107 0 1 436 142 100
Binary 11010011 1001010 11111101 10001 1000111 0 1 100011110 1100010 1000000

Color Harmonies of #D34AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34AFD

Black with #D34AFD

Text Example


Text Example

White with #D34AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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