Html Css Color HEX #D34CFF Heliotrope

📋 copy color: '#D34CFF'

red 211 ◦ green 76 ◦ blue 255

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

Shades of Heliotrope #D34CFF

Tints of Heliotrope #D34CFF

RGB

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

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

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

R = 38.93%
G = 14.02%
B = 47.05%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D34CFF (or 0xD34CFF) is known color: Heliotrope. HEX triplet: D3, 4C and FF. RGB value is (211,76,255). Sum of RGB (Red+Green+Blue) = 211+76+255=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 76 (30.08% from 255 or 14.02% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #D34CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34CFF is #2CB300. Grayscale: #888888. Windows color (decimal): -2929409 or 16731347. OLE color: 16731347.

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

Color convert

RGB 211 76 255 -
CMYK 0.17 0.70 0 0
HSL 285.25º 1% 0.65% -
HSV(B) 285.25º 0.7% 1% -
XYZ 47.5 26.24 97.17 -
YUV 136.77 194.73 180.95 -
System Red Green Blue C M Y K H S L
Decimal 211 76 255 0.17 0.70 0 0 285.25 1 0.65
Hex D3 4C FF 11 46 0 0 11D 64 41
Octal 323 114 377 21 106 0 0 435 144 101
Binary 11010011 1001100 11111111 10001 1000110 0 0 100011101 1100100 1000001

Color Harmonies of #D34CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34CFF

Black with #D34CFF

Text Example


Text Example

White with #D34CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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