Html Css Color HEX #DD66FE Heliotrope

📋 copy color: '#DD66FE'

red 221 ◦ green 102 ◦ blue 254

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

Shades of Heliotrope #DD66FE

Tints of Heliotrope #DD66FE

RGB

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

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

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

R = 38.3%
G = 17.68%
B = 44.02%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD66FE (or 0xDD66FE) is known color: Heliotrope. HEX triplet: DD, 66 and FE. RGB value is (221,102,254). Sum of RGB (Red+Green+Blue) = 221+102+254=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 102 (40.23% from 255 or 17.68% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD66FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66FE is #229901. Grayscale: #9A9A9A. Windows color (decimal): -2267394 or 16672477. OLE color: 16672477.

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

Color convert

RGB 221 102 254 -
CMYK 0.13 0.60 0 0.00
HSL 286.97º 0.99% 0.7% -
HSV(B) 286.97º 0.6% 1% -
XYZ 52.46 32.03 97.18 -
YUV 154.91 183.92 175.14 -
System Red Green Blue C M Y K H S L
Decimal 221 102 254 0.13 0.60 0 0.00 286.97 0.99 0.7
Hex DD 66 FE D 3C 0 0 11F 63 46
Octal 335 146 376 15 74 0 0 437 143 106
Binary 11011101 1100110 11111110 1101 111100 0 0 100011111 1100011 1000110

Color Harmonies of #DD66FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66FE

Black with #DD66FE

Text Example


Text Example

White with #DD66FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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