Html Css Color HEX #D350F9 Heliotrope

📋 copy color: '#D350F9'

red 211 ◦ green 80 ◦ blue 249

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

Shades of Heliotrope #D350F9

Tints of Heliotrope #D350F9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.81%

 BLUE value IS 249 (97.66% from 255) = 46.11%

R = 39.07%
G = 14.81%
B = 46.11%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D350F9 (or 0xD350F9) is known color: Heliotrope. HEX triplet: D3, 50 and F9. RGB value is (211,80,249). Sum of RGB (Red+Green+Blue) = 211+80+249=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 80 (31.64% from 255 or 14.81% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #D350F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D350F9 is #2CAF06. Grayscale: #898989. Windows color (decimal): -2928391 or 16339155. OLE color: 16339155.

HSL color Cylindrical-coordinate representation of color #D350F9: hue angle of 286.51º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D350F9 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 80 249 -
CMYK 0.15 0.68 0 0.02
HSL 286.51º 0.93% 0.65% -
HSV(B) 286.51º 0.68% 0.98% -
XYZ 46.83 26.43 92.25 -
YUV 138.44 190.4 179.76 -
System Red Green Blue C M Y K H S L
Decimal 211 80 249 0.15 0.68 0 0.02 286.51 0.93 0.65
Hex D3 50 F9 F 44 0 2 11F 5D 41
Octal 323 120 371 17 104 0 2 437 135 101
Binary 11010011 1010000 11111001 1111 1000100 0 10 100011111 1011101 1000001

Color Harmonies of #D350F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D350F9

Black with #D350F9

Text Example


Text Example

White with #D350F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D350F9; }

 p { color: rgb(211,80,249); }

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

background-color css

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

 a { background-color: rgb(211,80,249); }

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

border-color css

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

 span { border-color: rgb(211,80,249); }

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