Html Css Color HEX #D344FD Heliotrope

📋 copy color: '#D344FD'

red 211 ◦ green 68 ◦ blue 253

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

Shades of Heliotrope #D344FD

Tints of Heliotrope #D344FD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.78%

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

R = 39.66%
G = 12.78%
B = 47.56%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D344FD (or 0xD344FD) is known color: Heliotrope. HEX triplet: D3, 44 and FD. RGB value is (211,68,253). Sum of RGB (Red+Green+Blue) = 211+68+253=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 68 (26.95% from 255 or 12.78% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #D344FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D344FD is #2CBB02. Grayscale: #838383. Windows color (decimal): -2931459 or 16598227. OLE color: 16598227.

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

Color convert

RGB 211 68 253 -
CMYK 0.17 0.73 0 0.01
HSL 286.38º 0.98% 0.63% -
HSV(B) 286.38º 0.73% 0.99% -
XYZ 46.66 25.07 95.31 -
YUV 131.85 196.38 184.46 -
System Red Green Blue C M Y K H S L
Decimal 211 68 253 0.17 0.73 0 0.01 286.38 0.98 0.63
Hex D3 44 FD 11 49 0 1 11E 62 3F
Octal 323 104 375 21 111 0 1 436 142 77
Binary 11010011 1000100 11111101 10001 1001001 0 1 100011110 1100010 111111

Color Harmonies of #D344FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D344FD

Black with #D344FD

Text Example


Text Example

White with #D344FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D344FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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