Html Css Color HEX #DD53FC Heliotrope

📋 copy color: '#DD53FC'

red 221 ◦ green 83 ◦ blue 252

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

Shades of Heliotrope #DD53FC

Tints of Heliotrope #DD53FC

RGB

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

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

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

R = 39.75%
G = 14.93%
B = 45.32%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD53FC (or 0xDD53FC) is known color: Heliotrope. HEX triplet: DD, 53 and FC. RGB value is (221,83,252). Sum of RGB (Red+Green+Blue) = 221+83+252=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 83 (32.81% from 255 or 14.93% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD53FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD53FC is #22AC03. Grayscale: #8E8E8E. Windows color (decimal): -2272260 or 16536541. OLE color: 16536541.

HSL color Cylindrical-coordinate representation of color #DD53FC: hue angle of 288.99º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD53FC is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 83 252 -
CMYK 0.12 0.67 0 0.01
HSL 288.99º 0.97% 0.66% -
HSV(B) 288.99º 0.67% 0.99% -
XYZ 50.48 28.59 94.95 -
YUV 143.53 189.22 183.26 -
System Red Green Blue C M Y K H S L
Decimal 221 83 252 0.12 0.67 0 0.01 288.99 0.97 0.66
Hex DD 53 FC C 43 0 1 121 61 42
Octal 335 123 374 14 103 0 1 441 141 102
Binary 11011101 1010011 11111100 1100 1000011 0 1 100100001 1100001 1000010

Color Harmonies of #DD53FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53FC

Black with #DD53FC

Text Example


Text Example

White with #DD53FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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