Html Css Color HEX #D348FC Heliotrope

📋 copy color: '#D348FC'

red 211 ◦ green 72 ◦ blue 252

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

Shades of Heliotrope #D348FC

Tints of Heliotrope #D348FC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.46%

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

R = 39.44%
G = 13.46%
B = 47.1%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D348FC (or 0xD348FC) is known color: Heliotrope. HEX triplet: D3, 48 and FC. RGB value is (211,72,252). Sum of RGB (Red+Green+Blue) = 211+72+252=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 72 (28.52% from 255 or 13.46% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #D348FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D348FC is #2CB703. Grayscale: #858585. Windows color (decimal): -2930436 or 16533715. OLE color: 16533715.

HSL color Cylindrical-coordinate representation of color #D348FC: hue angle of 286.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D348FC is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 72 252 -
CMYK 0.16 0.71 0 0.01
HSL 286.33º 0.97% 0.64% -
HSV(B) 286.33º 0.71% 0.99% -
XYZ 46.75 25.51 94.56 -
YUV 134.08 194.55 182.86 -
System Red Green Blue C M Y K H S L
Decimal 211 72 252 0.16 0.71 0 0.01 286.33 0.97 0.64
Hex D3 48 FC 10 47 0 1 11E 61 40
Octal 323 110 374 20 107 0 1 436 141 100
Binary 11010011 1001000 11111100 10000 1000111 0 1 100011110 1100001 1000000

Color Harmonies of #D348FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D348FC

Black with #D348FC

Text Example


Text Example

White with #D348FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D348FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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