Html Css Color HEX #D355FF Heliotrope

📋 copy color: '#D355FF'

red 211 ◦ green 85 ◦ blue 255

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

Shades of Heliotrope #D355FF

Tints of Heliotrope #D355FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.28%

R = 38.29%
G = 15.43%
B = 46.28%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D355FF (or 0xD355FF) is known color: Heliotrope. HEX triplet: D3, 55 and FF. RGB value is (211,85,255). Sum of RGB (Red+Green+Blue) = 211+85+255=551 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.29% from 551); Green value is 85 (33.59% from 255 or 15.43% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #D355FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D355FF is #2CAA00. Grayscale: #8D8D8D. Windows color (decimal): -2927105 or 16733651. OLE color: 16733651.

HSL color Cylindrical-coordinate representation of color #D355FF: hue angle of 284.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D355FF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 85 255 -
CMYK 0.17 0.67 0 0
HSL 284.47º 1% 0.67% -
HSV(B) 284.47º 0.67% 1% -
XYZ 48.16 27.57 97.39 -
YUV 142.05 191.74 177.18 -
System Red Green Blue C M Y K H S L
Decimal 211 85 255 0.17 0.67 0 0 284.47 1 0.67
Hex D3 55 FF 11 43 0 0 11C 64 43
Octal 323 125 377 21 103 0 0 434 144 103
Binary 11010011 1010101 11111111 10001 1000011 0 0 100011100 1100100 1000011

Color Harmonies of #D355FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D355FF

Black with #D355FF

Text Example


Text Example

White with #D355FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D355FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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