Html Css Color HEX #D343FC Heliotrope

📋 copy color: '#D343FC'

red 211 ◦ green 67 ◦ blue 252

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

Shades of Heliotrope #D343FC

Tints of Heliotrope #D343FC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.64%

 BLUE value IS 252 (98.83% from 255) = 47.55%

R = 39.81%
G = 12.64%
B = 47.55%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D343FC (or 0xD343FC) is known color: Heliotrope. HEX triplet: D3, 43 and FC. RGB value is (211,67,252). Sum of RGB (Red+Green+Blue) = 211+67+252=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 67 (26.56% from 255 or 12.64% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #D343FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D343FC is #2CBC03. Grayscale: #828282. Windows color (decimal): -2931716 or 16532435. OLE color: 16532435.

HSL color Cylindrical-coordinate representation of color #D343FC: hue angle of 286.7º degrees, saturation: 0.97, 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 #D343FC is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 67 252 -
CMYK 0.16 0.73 0 0.01
HSL 286.7º 0.97% 0.63% -
HSV(B) 286.7º 0.73% 0.99% -
XYZ 46.44 24.89 94.45 -
YUV 131.15 196.21 184.96 -
System Red Green Blue C M Y K H S L
Decimal 211 67 252 0.16 0.73 0 0.01 286.7 0.97 0.63
Hex D3 43 FC 10 49 0 1 11F 61 3F
Octal 323 103 374 20 111 0 1 437 141 77
Binary 11010011 1000011 11111100 10000 1001001 0 1 100011111 1100001 111111

Color Harmonies of #D343FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D343FC

Black with #D343FC

Text Example


Text Example

White with #D343FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D343FC; }

 p { color: rgb(211,67,252); }

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

background-color css

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

 a { background-color: rgb(211,67,252); }

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

border-color css

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

 span { border-color: rgb(211,67,252); }

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