Html Css Color HEX #D55DF9 Heliotrope

📋 copy color: '#D55DF9'

red 213 ◦ green 93 ◦ blue 249

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

Shades of Heliotrope #D55DF9

Tints of Heliotrope #D55DF9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.76%

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

R = 38.38%
G = 16.76%
B = 44.86%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D55DF9 (or 0xD55DF9) is known color: Heliotrope. HEX triplet: D5, 5D and F9. RGB value is (213,93,249). Sum of RGB (Red+Green+Blue) = 213+93+249=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 93 (36.72% from 255 or 16.76% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #D55DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55DF9 is #2AA206. Grayscale: #929292. Windows color (decimal): -2793991 or 16342485. OLE color: 16342485.

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

Color convert

RGB 213 93 249 -
CMYK 0.14 0.63 0 0.02
HSL 286.15º 0.93% 0.67% -
HSV(B) 286.15º 0.63% 0.98% -
XYZ 48.45 28.81 92.63 -
YUV 146.66 185.76 175.32 -
System Red Green Blue C M Y K H S L
Decimal 213 93 249 0.14 0.63 0 0.02 286.15 0.93 0.67
Hex D5 5D F9 E 3F 0 2 11E 5D 43
Octal 325 135 371 16 77 0 2 436 135 103
Binary 11010101 1011101 11111001 1110 111111 0 10 100011110 1011101 1000011

Color Harmonies of #D55DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55DF9

Black with #D55DF9

Text Example


Text Example

White with #D55DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55DF9; }

 p { color: rgb(213,93,249); }

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

background-color css

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

 a { background-color: rgb(213,93,249); }

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

border-color css

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

 span { border-color: rgb(213,93,249); }

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