Html Css Color HEX #D342FD Heliotrope

📋 copy color: '#D342FD'

red 211 ◦ green 66 ◦ blue 253

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

Shades of Heliotrope #D342FD

Tints of Heliotrope #D342FD

RGB

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

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

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

R = 39.81%
G = 12.45%
B = 47.74%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D342FD (or 0xD342FD) is known color: Heliotrope. HEX triplet: D3, 42 and FD. RGB value is (211,66,253). Sum of RGB (Red+Green+Blue) = 211+66+253=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 66 (26.17% from 255 or 12.45% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #D342FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D342FD is #2CBD02. Grayscale: #828282. Windows color (decimal): -2931971 or 16597715. OLE color: 16597715.

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

Color convert

RGB 211 66 253 -
CMYK 0.17 0.74 0 0.01
HSL 286.52º 0.98% 0.63% -
HSV(B) 286.52º 0.74% 0.99% -
XYZ 46.54 24.84 95.27 -
YUV 130.67 197.04 185.29 -
System Red Green Blue C M Y K H S L
Decimal 211 66 253 0.17 0.74 0 0.01 286.52 0.98 0.63
Hex D3 42 FD 11 4A 0 1 11F 62 3F
Octal 323 102 375 21 112 0 1 437 142 77
Binary 11010011 1000010 11111101 10001 1001010 0 1 100011111 1100010 111111

Color Harmonies of #D342FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D342FD

Black with #D342FD

Text Example


Text Example

White with #D342FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D342FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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