Html Css Color HEX #DD73FE Heliotrope

📋 copy color: '#DD73FE'

red 221 ◦ green 115 ◦ blue 254

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

Shades of Heliotrope #DD73FE

Tints of Heliotrope #DD73FE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.49%

 BLUE value IS 254 (99.61% from 255) = 43.05%

R = 37.46%
G = 19.49%
B = 43.05%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD73FE (or 0xDD73FE) is known color: Heliotrope. HEX triplet: DD, 73 and FE. RGB value is (221,115,254). Sum of RGB (Red+Green+Blue) = 221+115+254=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 115 (45.31% from 255 or 19.49% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD73FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD73FE is #228C01. Grayscale: #A2A2A2. Windows color (decimal): -2264066 or 16675805. OLE color: 16675805.

HSL color Cylindrical-coordinate representation of color #DD73FE: hue angle of 285.76º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD73FE is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 115 254 -
CMYK 0.13 0.55 0 0.00
HSL 285.76º 0.99% 0.72% -
HSV(B) 285.76º 0.55% 1% -
XYZ 53.84 34.79 97.64 -
YUV 162.54 179.62 169.7 -
System Red Green Blue C M Y K H S L
Decimal 221 115 254 0.13 0.55 0 0.00 285.76 0.99 0.72
Hex DD 73 FE D 37 0 0 11E 63 48
Octal 335 163 376 15 67 0 0 436 143 110
Binary 11011101 1110011 11111110 1101 110111 0 0 100011110 1100011 1001000

Color Harmonies of #DD73FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73FE

Black with #DD73FE

Text Example


Text Example

White with #DD73FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73FE; }

 p { color: rgb(221,115,254); }

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

background-color css

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

 a { background-color: rgb(221,115,254); }

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

border-color css

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

 span { border-color: rgb(221,115,254); }

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