Html Css Color HEX #D55EFD Heliotrope

📋 copy color: '#D55EFD'

red 213 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #D55EFD

Tints of Heliotrope #D55EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.79%

 BLUE value IS 253 (99.22% from 255) = 45.18%

R = 38.04%
G = 16.79%
B = 45.18%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D55EFD (or 0xD55EFD) is known color: Heliotrope. HEX triplet: D5, 5E and FD. RGB value is (213,94,253). Sum of RGB (Red+Green+Blue) = 213+94+253=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 94 (37.11% from 255 or 16.79% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #D55EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55EFD is #2AA102. Grayscale: #939393. Windows color (decimal): -2793731 or 16604885. OLE color: 16604885.

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

Color convert

RGB 213 94 253 -
CMYK 0.16 0.63 0 0.01
HSL 284.91º 0.98% 0.68% -
HSV(B) 284.91º 0.63% 0.99% -
XYZ 49.17 29.24 95.98 -
YUV 147.71 187.42 174.57 -
System Red Green Blue C M Y K H S L
Decimal 213 94 253 0.16 0.63 0 0.01 284.91 0.98 0.68
Hex D5 5E FD 10 3F 0 1 11D 62 44
Octal 325 136 375 20 77 0 1 435 142 104
Binary 11010101 1011110 11111101 10000 111111 0 1 100011101 1100010 1000100

Color Harmonies of #D55EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55EFD

Black with #D55EFD

Text Example


Text Example

White with #D55EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55EFD; }

 p { color: rgb(213,94,253); }

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

background-color css

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

 a { background-color: rgb(213,94,253); }

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

border-color css

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

 span { border-color: rgb(213,94,253); }

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