Html Css Color HEX #DD5DFA Heliotrope

📋 copy color: '#DD5DFA'

red 221 ◦ green 93 ◦ blue 250

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

Shades of Heliotrope #DD5DFA

Tints of Heliotrope #DD5DFA

RGB

 RED value IS 221 (86.72% from 255) = 39.18%

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

 BLUE value IS 250 (98.05% from 255) = 44.33%

R = 39.18%
G = 16.49%
B = 44.33%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD5DFA (or 0xDD5DFA) is known color: Heliotrope. HEX triplet: DD, 5D and FA. RGB value is (221,93,250). Sum of RGB (Red+Green+Blue) = 221+93+250=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 93 (36.72% from 255 or 16.49% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD5DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5DFA is #22A205. Grayscale: #949494. Windows color (decimal): -2269702 or 16408029. OLE color: 16408029.

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

Color convert

RGB 221 93 250 -
CMYK 0.12 0.63 0 0.02
HSL 288.92º 0.94% 0.67% -
HSV(B) 288.92º 0.63% 0.98% -
XYZ 50.99 30.1 93.57 -
YUV 149.17 184.91 179.23 -
System Red Green Blue C M Y K H S L
Decimal 221 93 250 0.12 0.63 0 0.02 288.92 0.94 0.67
Hex DD 5D FA C 3F 0 2 121 5E 43
Octal 335 135 372 14 77 0 2 441 136 103
Binary 11011101 1011101 11111010 1100 111111 0 10 100100001 1011110 1000011

Color Harmonies of #DD5DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DFA

Black with #DD5DFA

Text Example


Text Example

White with #DD5DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DFA; }

 p { color: rgb(221,93,250); }

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

background-color css

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

 a { background-color: rgb(221,93,250); }

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

border-color css

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

 span { border-color: rgb(221,93,250); }

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