Html Css Color HEX #D345FA Heliotrope

📋 copy color: '#D345FA'

red 211 ◦ green 69 ◦ blue 250

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

Shades of Heliotrope #D345FA

Tints of Heliotrope #D345FA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.02%

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

R = 39.81%
G = 13.02%
B = 47.17%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D345FA (or 0xD345FA) is known color: Heliotrope. HEX triplet: D3, 45 and FA. RGB value is (211,69,250). Sum of RGB (Red+Green+Blue) = 211+69+250=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 69 (27.34% from 255 or 13.02% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #D345FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D345FA is #2CBA05. Grayscale: #838383. Windows color (decimal): -2931206 or 16401875. OLE color: 16401875.

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

Color convert

RGB 211 69 250 -
CMYK 0.16 0.72 0 0.02
HSL 287.07º 0.95% 0.63% -
HSV(B) 287.07º 0.72% 0.98% -
XYZ 46.25 25.01 92.83 -
YUV 132.09 194.54 184.28 -
System Red Green Blue C M Y K H S L
Decimal 211 69 250 0.16 0.72 0 0.02 287.07 0.95 0.63
Hex D3 45 FA 10 48 0 2 11F 5F 3F
Octal 323 105 372 20 110 0 2 437 137 77
Binary 11010011 1000101 11111010 10000 1001000 0 10 100011111 1011111 111111

Color Harmonies of #D345FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D345FA

Black with #D345FA

Text Example


Text Example

White with #D345FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D345FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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