Html Css Color HEX #DD5DFC Heliotrope

📋 copy color: '#DD5DFC'

red 221 ◦ green 93 ◦ blue 252

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

Shades of Heliotrope #DD5DFC

Tints of Heliotrope #DD5DFC

RGB

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

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

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

R = 39.05%
G = 16.43%
B = 44.52%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD5DFC (or 0xDD5DFC) is known color: Heliotrope. HEX triplet: DD, 5D and FC. RGB value is (221,93,252). Sum of RGB (Red+Green+Blue) = 221+93+252=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 93 (36.72% from 255 or 16.43% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD5DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5DFC is #22A203. Grayscale: #949494. Windows color (decimal): -2269700 or 16539101. OLE color: 16539101.

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

Color convert

RGB 221 93 252 -
CMYK 0.12 0.63 0 0.01
HSL 288.3º 0.96% 0.68% -
HSV(B) 288.3º 0.63% 0.99% -
XYZ 51.3 30.23 95.23 -
YUV 149.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 221 93 252 0.12 0.63 0 0.01 288.3 0.96 0.68
Hex DD 5D FC C 3F 0 1 120 60 44
Octal 335 135 374 14 77 0 1 440 140 104
Binary 11011101 1011101 11111100 1100 111111 0 1 100100000 1100000 1000100

Color Harmonies of #DD5DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DFC

Black with #DD5DFC

Text Example


Text Example

White with #DD5DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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