Html Css Color HEX #D55DFD Heliotrope

📋 copy color: '#D55DFD'

red 213 ◦ green 93 ◦ blue 253

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

Shades of Heliotrope #D55DFD

Tints of Heliotrope #D55DFD

RGB

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

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

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

R = 38.1%
G = 16.64%
B = 45.26%

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

#D55DFD (or 0xD55DFD) is known color: Heliotrope. HEX triplet: D5, 5D and FD. RGB value is (213,93,253). Sum of RGB (Red+Green+Blue) = 213+93+253=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 93 (36.72% from 255 or 16.64% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #D55DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55DFD is #2AA202. Grayscale: #929292. Windows color (decimal): -2793987 or 16604629. OLE color: 16604629.

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

Color convert

RGB 213 93 253 -
CMYK 0.16 0.63 0 0.01
HSL 285º 0.98% 0.68% -
HSV(B) 285º 0.63% 0.99% -
XYZ 49.08 29.07 95.95 -
YUV 147.12 187.76 174.99 -
System Red Green Blue C M Y K H S L
Decimal 213 93 253 0.16 0.63 0 0.01 285 0.98 0.68
Hex D5 5D FD 10 3F 0 1 11D 62 44
Octal 325 135 375 20 77 0 1 435 142 104
Binary 11010101 1011101 11111101 10000 111111 0 1 100011101 1100010 1000100

Color Harmonies of #D55DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55DFD

Black with #D55DFD

Text Example


Text Example

White with #D55DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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