Html Css Color HEX #D55CFF Heliotrope

📋 copy color: '#D55CFF'

red 213 ◦ green 92 ◦ blue 255

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

Shades of Heliotrope #D55CFF

Tints of Heliotrope #D55CFF

RGB

 RED value IS 213 (83.59% from 255) = 38.04%

 GREEN value IS 92 (36.33% from 255) = 16.43%

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

R = 38.04%
G = 16.43%
B = 45.54%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D55CFF (or 0xD55CFF) is known color: Heliotrope. HEX triplet: D5, 5C and FF. RGB value is (213,92,255). Sum of RGB (Red+Green+Blue) = 213+92+255=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 92 (36.33% from 255 or 16.43% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #D55CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55CFF is #2AA300. Grayscale: #929292. Windows color (decimal): -2794241 or 16735445. OLE color: 16735445.

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

Color convert

RGB 213 92 255 -
CMYK 0.16 0.64 0 0
HSL 284.54º 1% 0.68% -
HSV(B) 284.54º 0.64% 1% -
XYZ 49.32 29.02 97.61 -
YUV 146.76 189.09 175.25 -
System Red Green Blue C M Y K H S L
Decimal 213 92 255 0.16 0.64 0 0 284.54 1 0.68
Hex D5 5C FF 10 40 0 0 11D 64 44
Octal 325 134 377 20 100 0 0 435 144 104
Binary 11010101 1011100 11111111 10000 1000000 0 0 100011101 1100100 1000100

Color Harmonies of #D55CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55CFF

Black with #D55CFF

Text Example


Text Example

White with #D55CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55CFF; }

 p { color: rgb(213,92,255); }

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

background-color css

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

 a { background-color: rgb(213,92,255); }

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

border-color css

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

 span { border-color: rgb(213,92,255); }

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