Html Css Color HEX #DD73FD Heliotrope

📋 copy color: '#DD73FD'

red 221 ◦ green 115 ◦ blue 253

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

Shades of Heliotrope #DD73FD

Tints of Heliotrope #DD73FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.95%

R = 37.52%
G = 19.52%
B = 42.95%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD73FD (or 0xDD73FD) is known color: Heliotrope. HEX triplet: DD, 73 and FD. RGB value is (221,115,253). Sum of RGB (Red+Green+Blue) = 221+115+253=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 115 (45.31% from 255 or 19.52% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD73FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD73FD is #228C02. Grayscale: #A1A1A1. Windows color (decimal): -2264067 or 16610269. OLE color: 16610269.

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

Color convert

RGB 221 115 253 -
CMYK 0.13 0.55 0 0.01
HSL 286.09º 0.97% 0.72% -
HSV(B) 286.09º 0.55% 0.99% -
XYZ 53.68 34.73 96.8 -
YUV 162.43 179.12 169.78 -
System Red Green Blue C M Y K H S L
Decimal 221 115 253 0.13 0.55 0 0.01 286.09 0.97 0.72
Hex DD 73 FD D 37 0 1 11E 61 48
Octal 335 163 375 15 67 0 1 436 141 110
Binary 11011101 1110011 11111101 1101 110111 0 1 100011110 1100001 1001000

Color Harmonies of #DD73FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73FD

Black with #DD73FD

Text Example


Text Example

White with #DD73FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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