Html Css Color HEX #D342FF Heliotrope

📋 copy color: '#D342FF'

red 211 ◦ green 66 ◦ blue 255

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

Shades of Heliotrope #D342FF

Tints of Heliotrope #D342FF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.41%

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

R = 39.66%
G = 12.41%
B = 47.93%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D342FF (or 0xD342FF) is known color: Heliotrope. HEX triplet: D3, 42 and FF. RGB value is (211,66,255). Sum of RGB (Red+Green+Blue) = 211+66+255=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 66 (26.17% from 255 or 12.41% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #D342FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D342FF is #2CBD00. Grayscale: #828282. Windows color (decimal): -2931969 or 16728787. OLE color: 16728787.

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

Color convert

RGB 211 66 255 -
CMYK 0.17 0.74 0 0
HSL 286.03º 1% 0.63% -
HSV(B) 286.03º 0.74% 1% -
XYZ 46.86 24.97 96.96 -
YUV 130.9 198.04 185.13 -
System Red Green Blue C M Y K H S L
Decimal 211 66 255 0.17 0.74 0 0 286.03 1 0.63
Hex D3 42 FF 11 4A 0 0 11E 64 3F
Octal 323 102 377 21 112 0 0 436 144 77
Binary 11010011 1000010 11111111 10001 1001010 0 0 100011110 1100100 111111

Color Harmonies of #D342FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D342FF

Black with #D342FF

Text Example


Text Example

White with #D342FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D342FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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