Html Css Color HEX #D355FB Heliotrope

📋 copy color: '#D355FB'

red 211 ◦ green 85 ◦ blue 251

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

Shades of Heliotrope #D355FB

Tints of Heliotrope #D355FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.89%

R = 38.57%
G = 15.54%
B = 45.89%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D355FB (or 0xD355FB) is known color: Heliotrope. HEX triplet: D3, 55 and FB. RGB value is (211,85,251). Sum of RGB (Red+Green+Blue) = 211+85+251=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #D355FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D355FB is #2CAA04. Grayscale: #8D8D8D. Windows color (decimal): -2927109 or 16471507. OLE color: 16471507.

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

Color convert

RGB 211 85 251 -
CMYK 0.16 0.66 0 0.02
HSL 285.54º 0.95% 0.66% -
HSV(B) 285.54º 0.66% 0.98% -
XYZ 47.53 27.31 94.03 -
YUV 141.6 189.74 177.5 -
System Red Green Blue C M Y K H S L
Decimal 211 85 251 0.16 0.66 0 0.02 285.54 0.95 0.66
Hex D3 55 FB 10 42 0 2 11E 5F 42
Octal 323 125 373 20 102 0 2 436 137 102
Binary 11010011 1010101 11111011 10000 1000010 0 10 100011110 1011111 1000010

Color Harmonies of #D355FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D355FB

Black with #D355FB

Text Example


Text Example

White with #D355FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D355FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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