Html Css Color HEX #D348FA Heliotrope

📋 copy color: '#D348FA'

red 211 ◦ green 72 ◦ blue 250

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

Shades of Heliotrope #D348FA

Tints of Heliotrope #D348FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.9%

R = 39.59%
G = 13.51%
B = 46.9%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D348FA (or 0xD348FA) is known color: Heliotrope. HEX triplet: D3, 48 and FA. RGB value is (211,72,250). Sum of RGB (Red+Green+Blue) = 211+72+250=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 72 (28.52% from 255 or 13.51% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #D348FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D348FA is #2CB705. Grayscale: #858585. Windows color (decimal): -2930438 or 16402643. OLE color: 16402643.

HSL color Cylindrical-coordinate representation of color #D348FA: hue angle of 286.85º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D348FA is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 72 250 -
CMYK 0.16 0.71 0 0.02
HSL 286.85º 0.95% 0.63% -
HSV(B) 286.85º 0.71% 0.98% -
XYZ 46.44 25.39 92.89 -
YUV 133.85 193.55 183.03 -
System Red Green Blue C M Y K H S L
Decimal 211 72 250 0.16 0.71 0 0.02 286.85 0.95 0.63
Hex D3 48 FA 10 47 0 2 11F 5F 3F
Octal 323 110 372 20 107 0 2 437 137 77
Binary 11010011 1001000 11111010 10000 1000111 0 10 100011111 1011111 111111

Color Harmonies of #D348FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D348FA

Black with #D348FA

Text Example


Text Example

White with #D348FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D348FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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