Html Css Color HEX #DD66FC Heliotrope

📋 copy color: '#DD66FC'

red 221 ◦ green 102 ◦ blue 252

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

Shades of Heliotrope #DD66FC

Tints of Heliotrope #DD66FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.83%

R = 38.43%
G = 17.74%
B = 43.83%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD66FC (or 0xDD66FC) is known color: Heliotrope. HEX triplet: DD, 66 and FC. RGB value is (221,102,252). Sum of RGB (Red+Green+Blue) = 221+102+252=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 102 (40.23% from 255 or 17.74% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD66FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66FC is #229903. Grayscale: #9A9A9A. Windows color (decimal): -2267396 or 16541405. OLE color: 16541405.

HSL color Cylindrical-coordinate representation of color #DD66FC: hue angle of 287.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD66FC is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 102 252 -
CMYK 0.12 0.60 0 0.01
HSL 287.6º 0.96% 0.69% -
HSV(B) 287.6º 0.6% 0.99% -
XYZ 52.14 31.9 95.51 -
YUV 154.68 182.92 175.3 -
System Red Green Blue C M Y K H S L
Decimal 221 102 252 0.12 0.60 0 0.01 287.6 0.96 0.69
Hex DD 66 FC C 3C 0 1 120 60 45
Octal 335 146 374 14 74 0 1 440 140 105
Binary 11011101 1100110 11111100 1100 111100 0 1 100100000 1100000 1000101

Color Harmonies of #DD66FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66FC

Black with #DD66FC

Text Example


Text Example

White with #DD66FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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