Html Css Color HEX #D55DFC Heliotrope

📋 copy color: '#D55DFC'

red 213 ◦ green 93 ◦ blue 252

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

Shades of Heliotrope #D55DFC

Tints of Heliotrope #D55DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.16%

R = 38.17%
G = 16.67%
B = 45.16%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D55DFC (or 0xD55DFC) is known color: Heliotrope. HEX triplet: D5, 5D and FC. RGB value is (213,93,252). Sum of RGB (Red+Green+Blue) = 213+93+252=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 93 (36.72% from 255 or 16.67% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #D55DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55DFC is #2AA203. Grayscale: #929292. Windows color (decimal): -2793988 or 16539093. OLE color: 16539093.

HSL color Cylindrical-coordinate representation of color #D55DFC: hue angle of 285.28º degrees, saturation: 0.96, 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 #D55DFC is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 93 252 -
CMYK 0.15 0.63 0 0.01
HSL 285.28º 0.96% 0.68% -
HSV(B) 285.28º 0.63% 0.99% -
XYZ 48.93 29 95.11 -
YUV 147.01 187.26 175.07 -
System Red Green Blue C M Y K H S L
Decimal 213 93 252 0.15 0.63 0 0.01 285.28 0.96 0.68
Hex D5 5D FC F 3F 0 1 11D 60 44
Octal 325 135 374 17 77 0 1 435 140 104
Binary 11010101 1011101 11111100 1111 111111 0 1 100011101 1100000 1000100

Color Harmonies of #D55DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55DFC

Black with #D55DFC

Text Example


Text Example

White with #D55DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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