Html Css Color HEX #D355F9 Heliotrope

📋 copy color: '#D355F9'

red 211 ◦ green 85 ◦ blue 249

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

Shades of Heliotrope #D355F9

Tints of Heliotrope #D355F9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.6%

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

R = 38.72%
G = 15.6%
B = 45.69%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D355F9 (or 0xD355F9) is known color: Heliotrope. HEX triplet: D3, 55 and F9. RGB value is (211,85,249). Sum of RGB (Red+Green+Blue) = 211+85+249=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 85 (33.59% from 255 or 15.60% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #D355F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D355F9 is #2CAA06. Grayscale: #8C8C8C. Windows color (decimal): -2927111 or 16340435. OLE color: 16340435.

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

Color convert

RGB 211 85 249 -
CMYK 0.15 0.66 0 0.02
HSL 286.1º 0.93% 0.65% -
HSV(B) 286.1º 0.66% 0.98% -
XYZ 47.21 27.19 92.38 -
YUV 141.37 188.74 177.66 -
System Red Green Blue C M Y K H S L
Decimal 211 85 249 0.15 0.66 0 0.02 286.1 0.93 0.65
Hex D3 55 F9 F 42 0 2 11E 5D 41
Octal 323 125 371 17 102 0 2 436 135 101
Binary 11010011 1010101 11111001 1111 1000010 0 10 100011110 1011101 1000001

Color Harmonies of #D355F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D355F9

Black with #D355F9

Text Example


Text Example

White with #D355F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D355F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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