Html Css Color HEX #D354F5 Heliotrope

📋 copy color: '#D354F5'

red 211 ◦ green 84 ◦ blue 245

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

Shades of Heliotrope #D354F5

Tints of Heliotrope #D354F5

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.56%

 BLUE value IS 245 (96.09% from 255) = 45.37%

R = 39.07%
G = 15.56%
B = 45.37%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D354F5 (or 0xD354F5) is known color: Heliotrope. HEX triplet: D3, 54 and F5. RGB value is (211,84,245). Sum of RGB (Red+Green+Blue) = 211+84+245=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 84 (33.20% from 255 or 15.56% from 540); Blue value is 245 (96.09% from 255 or 45.37% from 540); Max value from RGB is 245 - color contains mainly: blue. Hex color #D354F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D354F5 is #2CAB0A. Grayscale: #8B8B8B. Windows color (decimal): -2927371 or 16078035. OLE color: 16078035.

HSL color Cylindrical-coordinate representation of color #D354F5: hue angle of 287.33º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D354F5 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 84 245 -
CMYK 0.14 0.66 0 0.04
HSL 287.33º 0.89% 0.65% -
HSV(B) 287.33º 0.66% 0.96% -
XYZ 46.52 26.78 89.1 -
YUV 140.33 187.08 178.41 -
System Red Green Blue C M Y K H S L
Decimal 211 84 245 0.14 0.66 0 0.04 287.33 0.89 0.65
Hex D3 54 F5 E 42 0 4 11F 59 41
Octal 323 124 365 16 102 0 4 437 131 101
Binary 11010011 1010100 11110101 1110 1000010 0 100 100011111 1011001 1000001

Color Harmonies of #D354F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D354F5

Black with #D354F5

Text Example


Text Example

White with #D354F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D354F5; }

 p { color: rgb(211,84,245); }

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

background-color css

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

 a { background-color: rgb(211,84,245); }

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

border-color css

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

 span { border-color: rgb(211,84,245); }

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