Html Css Color HEX #DD5CFA Heliotrope

📋 copy color: '#DD5CFA'

red 221 ◦ green 92 ◦ blue 250

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

Shades of Heliotrope #DD5CFA

Tints of Heliotrope #DD5CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.34%

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

R = 39.25%
G = 16.34%
B = 44.4%

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

#DD5CFA (or 0xDD5CFA) is known color: Heliotrope. HEX triplet: DD, 5C and FA. RGB value is (221,92,250). Sum of RGB (Red+Green+Blue) = 221+92+250=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 92 (36.33% from 255 or 16.34% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD5CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5CFA is #22A305. Grayscale: #949494. Windows color (decimal): -2269958 or 16407773. OLE color: 16407773.

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

Color convert

RGB 221 92 250 -
CMYK 0.12 0.63 0 0.02
HSL 288.99º 0.94% 0.67% -
HSV(B) 288.99º 0.63% 0.98% -
XYZ 50.9 29.93 93.54 -
YUV 148.58 185.24 179.65 -
System Red Green Blue C M Y K H S L
Decimal 221 92 250 0.12 0.63 0 0.02 288.99 0.94 0.67
Hex DD 5C FA C 3F 0 2 121 5E 43
Octal 335 134 372 14 77 0 2 441 136 103
Binary 11011101 1011100 11111010 1100 111111 0 10 100100001 1011110 1000011

Color Harmonies of #DD5CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5CFA

Black with #DD5CFA

Text Example


Text Example

White with #DD5CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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