Html Css Color HEX #DD66FA Heliotrope

📋 copy color: '#DD66FA'

red 221 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #DD66FA

Tints of Heliotrope #DD66FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.8%

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

R = 38.57%
G = 17.8%
B = 43.63%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD66FA (or 0xDD66FA) is known color: Heliotrope. HEX triplet: DD, 66 and FA. RGB value is (221,102,250). Sum of RGB (Red+Green+Blue) = 221+102+250=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 102 (40.23% from 255 or 17.80% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD66FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66FA is #229905. Grayscale: #999999. Windows color (decimal): -2267398 or 16410333. OLE color: 16410333.

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

Color convert

RGB 221 102 250 -
CMYK 0.12 0.59 0 0.02
HSL 288.24º 0.94% 0.69% -
HSV(B) 288.24º 0.59% 0.98% -
XYZ 51.83 31.78 93.84 -
YUV 154.45 181.92 175.47 -
System Red Green Blue C M Y K H S L
Decimal 221 102 250 0.12 0.59 0 0.02 288.24 0.94 0.69
Hex DD 66 FA C 3B 0 2 120 5E 45
Octal 335 146 372 14 73 0 2 440 136 105
Binary 11011101 1100110 11111010 1100 111011 0 10 100100000 1011110 1000101

Color Harmonies of #DD66FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66FA

Black with #DD66FA

Text Example


Text Example

White with #DD66FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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