Html Css Color HEX #D55DFB Heliotrope

📋 copy color: '#D55DFB'

red 213 ◦ green 93 ◦ blue 251

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

Shades of Heliotrope #D55DFB

Tints of Heliotrope #D55DFB

RGB

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

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

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

R = 38.24%
G = 16.7%
B = 45.06%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D55DFB (or 0xD55DFB) is known color: Heliotrope. HEX triplet: D5, 5D and FB. RGB value is (213,93,251). Sum of RGB (Red+Green+Blue) = 213+93+251=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 93 (36.72% from 255 or 16.70% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #D55DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55DFB is #2AA204. Grayscale: #929292. Windows color (decimal): -2793989 or 16473557. OLE color: 16473557.

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

Color convert

RGB 213 93 251 -
CMYK 0.15 0.63 0 0.02
HSL 285.57º 0.95% 0.67% -
HSV(B) 285.57º 0.63% 0.98% -
XYZ 48.77 28.94 94.28 -
YUV 146.89 186.76 175.15 -
System Red Green Blue C M Y K H S L
Decimal 213 93 251 0.15 0.63 0 0.02 285.57 0.95 0.67
Hex D5 5D FB F 3F 0 2 11E 5F 43
Octal 325 135 373 17 77 0 2 436 137 103
Binary 11010101 1011101 11111011 1111 111111 0 10 100011110 1011111 1000011

Color Harmonies of #D55DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55DFB

Black with #D55DFB

Text Example


Text Example

White with #D55DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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