Html Css Color HEX #DD53FA Heliotrope

📋 copy color: '#DD53FA'

red 221 ◦ green 83 ◦ blue 250

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

Shades of Heliotrope #DD53FA

Tints of Heliotrope #DD53FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.98%

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

R = 39.89%
G = 14.98%
B = 45.13%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD53FA (or 0xDD53FA) is known color: Heliotrope. HEX triplet: DD, 53 and FA. RGB value is (221,83,250). Sum of RGB (Red+Green+Blue) = 221+83+250=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 83 (32.81% from 255 or 14.98% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD53FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD53FA is #22AC05. Grayscale: #8E8E8E. Windows color (decimal): -2272262 or 16405469. OLE color: 16405469.

HSL color Cylindrical-coordinate representation of color #DD53FA: hue angle of 289.58º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD53FA is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 83 250 -
CMYK 0.12 0.67 0 0.02
HSL 289.58º 0.94% 0.65% -
HSV(B) 289.58º 0.67% 0.98% -
XYZ 50.17 28.46 93.29 -
YUV 143.3 188.22 183.42 -
System Red Green Blue C M Y K H S L
Decimal 221 83 250 0.12 0.67 0 0.02 289.58 0.94 0.65
Hex DD 53 FA C 43 0 2 122 5E 41
Octal 335 123 372 14 103 0 2 442 136 101
Binary 11011101 1010011 11111010 1100 1000011 0 10 100100010 1011110 1000001

Color Harmonies of #DD53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53FA

Black with #DD53FA

Text Example


Text Example

White with #DD53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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