Html Css Color HEX #D34FFD Heliotrope

📋 copy color: '#D34FFD'

red 211 ◦ green 79 ◦ blue 253

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

Shades of Heliotrope #D34FFD

Tints of Heliotrope #D34FFD

RGB

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

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

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

R = 38.86%
G = 14.55%
B = 46.59%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D34FFD (or 0xD34FFD) is known color: Heliotrope. HEX triplet: D3, 4F and FD. RGB value is (211,79,253). Sum of RGB (Red+Green+Blue) = 211+79+253=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 79 (31.25% from 255 or 14.55% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #D34FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34FFD is #2CB002. Grayscale: #898989. Windows color (decimal): -2928643 or 16601043. OLE color: 16601043.

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

Color convert

RGB 211 79 253 -
CMYK 0.17 0.69 0 0.01
HSL 285.52º 0.98% 0.65% -
HSV(B) 285.52º 0.69% 0.99% -
XYZ 47.39 26.53 95.55 -
YUV 138.3 192.73 179.85 -
System Red Green Blue C M Y K H S L
Decimal 211 79 253 0.17 0.69 0 0.01 285.52 0.98 0.65
Hex D3 4F FD 11 45 0 1 11E 62 41
Octal 323 117 375 21 105 0 1 436 142 101
Binary 11010011 1001111 11111101 10001 1000101 0 1 100011110 1100010 1000001

Color Harmonies of #D34FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34FFD

Black with #D34FFD

Text Example


Text Example

White with #D34FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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