Html Css Color HEX #D34AFF Heliotrope

📋 copy color: '#D34AFF'

red 211 ◦ green 74 ◦ blue 255

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

Shades of Heliotrope #D34AFF

Tints of Heliotrope #D34AFF

RGB

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

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

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

R = 39.07%
G = 13.7%
B = 47.22%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D34AFF (or 0xD34AFF) is known color: Heliotrope. HEX triplet: D3, 4A and FF. RGB value is (211,74,255). Sum of RGB (Red+Green+Blue) = 211+74+255=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 74 (29.30% from 255 or 13.70% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #D34AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34AFF is #2CB500. Grayscale: #878787. Windows color (decimal): -2929921 or 16730835. OLE color: 16730835.

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

Color convert

RGB 211 74 255 -
CMYK 0.17 0.71 0 0
HSL 285.41º 1% 0.65% -
HSV(B) 285.41º 0.71% 1% -
XYZ 47.36 25.97 97.12 -
YUV 135.6 195.39 181.78 -
System Red Green Blue C M Y K H S L
Decimal 211 74 255 0.17 0.71 0 0 285.41 1 0.65
Hex D3 4A FF 11 47 0 0 11D 64 41
Octal 323 112 377 21 107 0 0 435 144 101
Binary 11010011 1001010 11111111 10001 1000111 0 0 100011101 1100100 1000001

Color Harmonies of #D34AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34AFF

Black with #D34AFF

Text Example


Text Example

White with #D34AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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