Html Css Color HEX #DD73FA Heliotrope

📋 copy color: '#DD73FA'

red 221 ◦ green 115 ◦ blue 250

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

Shades of Heliotrope #DD73FA

Tints of Heliotrope #DD73FA

RGB

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

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

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

R = 37.71%
G = 19.62%
B = 42.66%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD73FA (or 0xDD73FA) is known color: Heliotrope. HEX triplet: DD, 73 and FA. RGB value is (221,115,250). Sum of RGB (Red+Green+Blue) = 221+115+250=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 115 (45.31% from 255 or 19.62% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD73FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD73FA is #228C05. Grayscale: #A1A1A1. Windows color (decimal): -2264070 or 16413661. OLE color: 16413661.

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

Color convert

RGB 221 115 250 -
CMYK 0.12 0.54 0 0.02
HSL 287.11º 0.93% 0.72% -
HSV(B) 287.11º 0.54% 0.98% -
XYZ 53.2 34.54 94.3 -
YUV 162.08 177.62 170.02 -
System Red Green Blue C M Y K H S L
Decimal 221 115 250 0.12 0.54 0 0.02 287.11 0.93 0.72
Hex DD 73 FA C 36 0 2 11F 5D 48
Octal 335 163 372 14 66 0 2 437 135 110
Binary 11011101 1110011 11111010 1100 110110 0 10 100011111 1011101 1001000

Color Harmonies of #DD73FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73FA

Black with #DD73FA

Text Example


Text Example

White with #DD73FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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